diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 5675f4520..0878d4565 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.3.1"}
\ No newline at end of file
+{".":"1.0.0"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 271e6d8fa..887570151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.0.0](https://github.com/open-feature/java-sdk/compare/v0.3.1...v1.0.0) (2022-10-25)
+
+
+### Miscellaneous Chores
+
+* release 1.0.0 ([#163](https://github.com/open-feature/java-sdk/issues/163)) ([c9ba9c9](https://github.com/open-feature/java-sdk/commit/c9ba9c9275ad4417a206b148e830fa78d265adb6))
+
## [0.3.1](https://github.com/open-feature/java-sdk/compare/v0.3.0...v0.3.1) (2022-10-13)
diff --git a/README.md b/README.md
index ba86f433e..51591d0c7 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
- 0.3.1
+ 1.0.0
```
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:0.3.1'
+ implementation 'dev.openfeature:sdk:1.0.0'
}
```
diff --git a/pom.xml b/pom.xml
index ae998cb0d..bd7f82999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
sdk
- 0.3.1
+ 1.0.0
UTF-8
diff --git a/version.txt b/version.txt
index 9e11b32fc..3eefcb9dd 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.3.1
+1.0.0