diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 9a316268a..64c0d41e0 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.2.2"}
\ No newline at end of file
+{".":"0.3.0"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f025cfa89..b3e5f72cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.3.0](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.2...dev.openfeature.javasdk-v0.3.0) (2022-10-02)
+
+
+### ⚠ BREAKING CHANGES
+
+* errorCode as enum, reason as string (#80)
+
+### Features
+
+* errorCode as enum, reason as string ([#80](https://github.com/open-feature/java-sdk/issues/80)) ([84f220d](https://github.com/open-feature/java-sdk/commit/84f220d8139035a1222d13b2dd6f8b048932c192))
+
+
+### Bug Fixes
+
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.8.0 ([#100](https://github.com/open-feature/java-sdk/issues/100)) ([5e96d14](https://github.com/open-feature/java-sdk/commit/5e96d140c1195a1e8eb175feae3ec29db4439367))
+* **deps:** update junit5 monorepo ([#92](https://github.com/open-feature/java-sdk/issues/92)) ([8ca655a](https://github.com/open-feature/java-sdk/commit/8ca655a788273c61e5270ce7bf175064f42d605d))
+
## [0.2.2](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.1...dev.openfeature.javasdk-v0.2.2) (2022-09-20)
diff --git a/README.md b/README.md
index b32327107..4eeb10a31 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ class MyClass {
dev.openfeature
javasdk
- 0.2.2
+ 0.3.0
```
@@ -90,7 +90,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:javasdk:0.2.2'
+ implementation 'dev.openfeature:javasdk:0.3.0'
}
```
diff --git a/pom.xml b/pom.xml
index 7d9cae27b..48ba8c4a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
javasdk
- 0.2.2
+ 0.3.0
UTF-8
diff --git a/version.txt b/version.txt
index ee1372d33..0d91a54c7 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.2.2
+0.3.0