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