Skip to content

Commit d3a9ce7

Browse files
committed
Prepare for v7.0.0
1 parent 084369d commit d3a9ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

33
## version 7.0.0-SNAPSHOT
4-
*Released*: TBD
4+
*Released*: 18 July 2025
55
* Update Gradle, Gradle Plugins, HttpClient, and JSONObject versions
66
* BREAKING CHANGES
77
* The `SaveRowsCommand` has been updated to be a command wrapper for the `query-saveRows.api`

build.gradle

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

7373
group = "org.labkey.api"
7474

75-
version = "6.4.0-QuerySaveRowsCommand-SNAPSHOT"
75+
version = "7.0.0-SNAPSHOT"
7676

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

0 commit comments

Comments
 (0)