Skip to content

Commit 756b238

Browse files
committed
v6.0.0
1 parent 5a42fe3 commit 756b238

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

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

3-
## version 6.1.0-SNAPSHOT
4-
53
## version 6.0.0
64
*Released*: 1 December 2023
75
* Encode SQL parameters passed by `ExecuteSqlCommand` and `SqlExecuteCommand` to avoid rejection by web application firewalls

build.gradle

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

7272
group "org.labkey.api"
7373

74-
version "6.1.0-SNAPSHOT"
74+
version "6.0.0"
7575

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

0 commit comments

Comments
 (0)