We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25faf65 commit 5047cd2Copy full SHA for 5047cd2
CHANGELOG.md
@@ -1,11 +1,7 @@
1
# The LabKey Remote API Library for Java - Change Log
2
3
-## version 7.2.0-SNAPSHOT
4
-*Released*: TBD
5
-*
6
-
7
## version 7.1.1
8
-*Released*: 10 February 2026
+*Released*: 11 February 2026
9
* Explicit "+" sort direction
10
11
## version 7.1.0
build.gradle
@@ -70,7 +70,7 @@ repositories {
70
71
group = "org.labkey.api"
72
73
-version = "7.2.0-SNAPSHOT"
+version = "7.1.1"
74
75
dependencies {
76
api "org.json:json:${jsonObjectVersion}"
0 commit comments