diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57d91355c..0326aeb19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.19.1"} +{".":"1.19.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index de1e8cc2b..ac251c3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.19.2](https://github.com/open-feature/java-sdk/compare/v1.19.1...v1.19.2) (2025-12-08) + + +### ๐Ÿ› Bug Fixes + +* context serialization missing props (with revert) ([#1768](https://github.com/open-feature/java-sdk/issues/1768)) ([4cb39a4](https://github.com/open-feature/java-sdk/commit/4cb39a41d975537e62af4a9ae267c687f0bf0423)) +* context serialization with revert ([4cb39a4](https://github.com/open-feature/java-sdk/commit/4cb39a41d975537e62af4a9ae267c687f0bf0423)) + + +### ๐Ÿงน Chore + +* **deps:** update com.vmlens.version to v1.2.23 ([#1766](https://github.com/open-feature/java-sdk/issues/1766)) ([04feac8](https://github.com/open-feature/java-sdk/commit/04feac888fa118fa477b46ac6b36016f4b412a08)) + ## [1.19.1](https://github.com/open-feature/java-sdk/compare/v1.19.0...v1.19.1) (2025-12-08) diff --git a/README.md b/README.md index 3aef5bf6d..9a8f93aa2 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.19.1 + 1.19.2 ``` @@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:1.19.1' + implementation 'dev.openfeature:sdk:1.19.2' } ``` diff --git a/pom.xml b/pom.xml index cec97e54d..d743c9e9f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ dev.openfeature sdk - 1.19.1 + 1.19.2 [17,) diff --git a/version.txt b/version.txt index 66e2ae6c2..836ae4eda 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.19.1 +1.19.2