diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8887e458e..1c1f16cbf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.11.0"} \ No newline at end of file +{".":"1.11.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afeb67428..dc09a5524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/open-feature/java-sdk/compare/v1.11.0...v1.11.1) (2024-09-20) + + +### 🧹 Chore + +* **deps:** update github/codeql-action digest to 323f5ef ([#1111](https://github.com/open-feature/java-sdk/issues/1111)) ([52e6d2b](https://github.com/open-feature/java-sdk/commit/52e6d2b0ee17124ef2a742fc872a939fde977a27)) + ## [1.11.0](https://github.com/open-feature/java-sdk/compare/v1.10.0...v1.11.0) (2024-09-20) diff --git a/README.md b/README.md index 920e55fd1..5ef09b6fa 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ - - Release + + Release @@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no dev.openfeature sdk - 1.11.0 + 1.11.1 ``` @@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:1.11.0' + implementation 'dev.openfeature:sdk:1.11.1' } ``` diff --git a/pom.xml b/pom.xml index d43f63515..5a69f8bf4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.openfeature sdk - 1.11.0 + 1.11.1 UTF-8 diff --git a/version.txt b/version.txt index 1cac385c6..720c7384c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.0 +1.11.1