Skip to content

Commit 4add38e

Browse files
authored
Prepare for next dev cycle (#74)
1 parent 83b7a4d commit 4add38e

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,10 +1,13 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3+
## version 6.3.0-SNAPSHOT
4+
*Released*: TBD
5+
36
## version 6.2.0
47
*Released*: 29 July 2024
58
* Add support for `auditUserComment` field for assay import
69
* Add support for `allowPlateMetadata`, `plateMetadata` fields for assay plate support
7-
* Deprecate `GetContainersResponse` permissions methods which are incompatible with LabKey Server v24.8 and
10+
* Deprecate `GetContainersResponse` permissions methods which are incompatible with LabKey Server v24.8+
811
* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpCore, and JSONObject versions
912

1013
## version 6.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.2.0"
74+
version "6.3.0-SNAPSHOT"
7575

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

0 commit comments

Comments
 (0)