diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f1c1e588..bcd05228 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.5.0"
+ ".": "0.6.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4efda276..b3b19345 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [0.6.0](https://github.com/opentdf/java-sdk/compare/v0.5.0...v0.6.0) (2024-08-23)
+
+
+### Features
+
+* **core:** Add autoconfigure for key splitting ([#120](https://github.com/opentdf/java-sdk/issues/120)) ([7ecbf23](https://github.com/opentdf/java-sdk/commit/7ecbf231d9fa1fd07c1c426489fd160602c2883a))
+* **core:** Adding key cache, tests for specificity ([#126](https://github.com/opentdf/java-sdk/issues/126)) ([a149887](https://github.com/opentdf/java-sdk/commit/a14988781f9ad83d8e01b83a3a612aa8f2563bbb))
+
+
+### Bug Fixes
+
+* **core:** Revert "feat(core): Add attributes client" ([#124](https://github.com/opentdf/java-sdk/issues/124)) ([3d1ef2b](https://github.com/opentdf/java-sdk/commit/3d1ef2b5791de989c4242498787617286fad44bf))
+* ztdf support both base and handling assertions ([#128](https://github.com/opentdf/java-sdk/issues/128)) ([5f72e94](https://github.com/opentdf/java-sdk/commit/5f72e9448aa03ca43065cb024d6e783573a3ba29))
+
## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0) (2024-08-19)
diff --git a/cmdline/pom.xml b/cmdline/pom.xml
index 7e19132c..50451755 100644
--- a/cmdline/pom.xml
+++ b/cmdline/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.6.0-SNAPSHOT
+ 0.6.0
cmdline
@@ -52,7 +52,7 @@
io.opentdf.platform
sdk
- 0.6.0-SNAPSHOT
+ 0.6.0
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f6a6040e..4b1c2585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.6.0-SNAPSHOT
+ 0.6.0
sdk-pom
pom
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 834e43c1..28cf4412 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -6,11 +6,11 @@
io.opentdf.platform
protocol
protocol
- 0.6.0-SNAPSHOT
+ 0.6.0
sdk-pom
io.opentdf.platform
- 0.6.0-SNAPSHOT
+ 0.6.0
jar
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 9022141d..8ba42a7f 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -8,14 +8,14 @@
sdk-pom
io.opentdf.platform
- 0.6.0-SNAPSHOT
+ 0.6.0
jar
io.opentdf.platform
protocol
- 0.6.0-SNAPSHOT
+ 0.6.0
org.slf4j
diff --git a/versions.txt b/versions.txt
index a07ab149..7d173d7c 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-java-sdk:0.5.0:0.6.0-SNAPSHOT
\ No newline at end of file
+java-sdk:0.6.0:0.6.0
\ No newline at end of file