We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a4c97 commit e27d601Copy full SHA for e27d601
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## version 7.2.0-SNAPSHOT
4
*Released*: TBD
5
+*
6
+
7
+## version 7.1.1
8
+*Released*: 10 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-SortDirection-SNAPSHOT"
+version = "7.2.0-SNAPSHOT"
74
75
dependencies {
76
api "org.json:json:${jsonObjectVersion}"
0 commit comments