diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 0b8585c75..fb7e7ad0a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.0.1"}
\ No newline at end of file
+{".":"1.0.2"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a1e0aecd..8f3c08f61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.0.2](https://github.com/open-feature/java-sdk/compare/v1.0.1...v1.0.2) (2023-01-18)
+
+
+### Bug Fixes
+
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.10.0 ([#195](https://github.com/open-feature/java-sdk/issues/195)) ([0544597](https://github.com/open-feature/java-sdk/commit/0544597511471a2c10fbe2a3296de5629730ea7c))
+* **deps:** update junit5 monorepo ([#230](https://github.com/open-feature/java-sdk/issues/230)) ([67b15c6](https://github.com/open-feature/java-sdk/commit/67b15c6e104fe7539f7a197810be28d69634cbfc))
+
## [1.0.1](https://github.com/open-feature/java-sdk/compare/v1.0.0...v1.0.1) (2022-11-30)
diff --git a/README.md b/README.md
index 46ab01e45..90b8d3216 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co
dev.openfeature
sdk
- 1.0.1
+ 1.0.2
```
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.0.1'
+ implementation 'dev.openfeature:sdk:1.0.2'
}
```
diff --git a/pom.xml b/pom.xml
index c20d0f992..21e070960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
sdk
- 1.0.1
+ 1.0.2
UTF-8
diff --git a/version.txt b/version.txt
index 7dea76edb..6d7de6e6a 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.0.1
+1.0.2