Skip to content

Commit 69a7d6d

Browse files
committed
Prepare for v6.1.0
1 parent fbcdbfe commit 69a7d6d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 6.1.0-SNAPSHOT
3+
## version 6.2.0-SNAPSHOT
44
*Released*: TBD
5+
6+
## version 6.1.0-SNAPSHOT
7+
*Released*: 26 February 2024
58
* [Issue 49238](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=49238): Fix so all command responses correctly decode as UTF-8.
69
* Add MoveRowsCommand to query
710
* Earliest compatible LabKey Server version: 24.1.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repositories {
7171

7272
group "org.labkey.api"
7373

74-
version "6.1.0-SNAPSHOT"
74+
version "6.2.0-SNAPSHOT"
7575

7676
dependencies {
7777
api "org.json:json:${jsonObjectVersion}"

0 commit comments

Comments
 (0)