Skip to content

Commit af56187

Browse files
committed
Prepare for v7.1.0
1 parent 20460a3 commit af56187

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3-
## version 7.1.0-SNAPSHOT
3+
## version 7.2.0-SNAPSHOT
44
*Released*: TBD
5+
*
6+
7+
## version 7.1.0
8+
*Released*: 22 December 2025
59
* Gradle, Gradle plugins, commonsCodec, HttpClient, HttpCore version updates
610
* Add workflowTaskId property to `ImportRunCommand`
711

build.gradle

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

7171
group = "org.labkey.api"
7272

73-
version = "7.0.0-moveJobs-SNAPSHOT"
73+
version = "7.2.0-SNAPSHOT"
7474

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

0 commit comments

Comments
 (0)