diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64c0d41e0..5675f4520 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} \ No newline at end of file +{".":"0.3.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c28a74c..271e6d8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/open-feature/java-sdk/compare/v0.3.0...v0.3.1) (2022-10-13) + + +### Bug Fixes + +* merge eval context ([#149](https://github.com/open-feature/java-sdk/issues/149)) ([fad0f35](https://github.com/open-feature/java-sdk/commit/fad0f35fc8a6469672ef67820f1850f20741b66a)) + ## [0.3.0](https://github.com/open-feature/java-sdk/compare/v0.2.2...v0.3.0) (2022-10-13) diff --git a/README.md b/README.md index d50baea2d..6b786c7ce 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ class MyClass { dev.openfeature sdk - 0.3.0 + 0.3.1 ``` @@ -90,7 +90,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:0.3.0' + implementation 'dev.openfeature:sdk:0.3.1' } ``` diff --git a/pom.xml b/pom.xml index ef772a356..d8b5b4bb3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.openfeature sdk - 0.3.0 + 0.3.1 UTF-8 diff --git a/version.txt b/version.txt index 0d91a54c7..9e11b32fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 +0.3.1