diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c4189c74..a8324e52 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.0.14"}
+{".":"0.0.15"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc56da19..38b0b977 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.0.15](https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15) (2024-06-04)
+
+
+### ✨ New Features
+
+* Telemetry ID improvements ([#140](https://github.com/spotify/confidence-sdk-java/issues/140)) ([8d22dc7](https://github.com/spotify/confidence-sdk-java/commit/8d22dc7d5e2180b5f5486f65cce52286e6bec18f))
+
+
+### 🧹 Chore
+
+* **main:** release 0.0.15-SNAPSHOT ([#137](https://github.com/spotify/confidence-sdk-java/issues/137)) ([42cec7f](https://github.com/spotify/confidence-sdk-java/commit/42cec7f3f09e43c82dd368af231b2638058fadaf))
+
## [0.0.14](https://github.com/spotify/confidence-sdk-java/compare/v0.0.13...v0.0.14) (2024-06-03)
diff --git a/README.md b/README.md
index c7cb14aa..9f5eb085 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
com.spotify.confidence
sdk-java
- 0.0.15-SNAPSHOT
+ 0.0.15
```
diff --git a/pom.xml b/pom.xml
index 2e5c6529..d50b538e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
com.spotify.confidence
sdk-java
- 0.0.15-SNAPSHOT
+ 0.0.15
https://github.com/spotify/confidence-sdk-java
Confidence SDK for Java