diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b8f5a55..69fef87c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flipt-java": "1.0.0", + "flipt-java": "1.0.1", "flipt-node": "1.0.0", "flipt-python": "1.0.0", "flipt-rust": "1.0.0", diff --git a/flipt-java/CHANGELOG.md b/flipt-java/CHANGELOG.md index 4b80706d..3658bfcf 100644 --- a/flipt-java/CHANGELOG.md +++ b/flipt-java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.0.0...flipt-java-v1.0.1) (2024-01-23) + + +### Bug Fixes + +* missing jackson annotation dep ([#92](https://github.com/flipt-io/flipt-server-sdks/issues/92)) ([8d9355c](https://github.com/flipt-io/flipt-server-sdks/commit/8d9355c0dc58265ecec46d72b8b1fb3f01a2e9d6)) + ## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.0.0-rc.2...flipt-java-v1.0.0) (2024-01-16) diff --git a/flipt-java/build.gradle b/flipt-java/build.gradle index 9b844fd4..af26dd75 100644 --- a/flipt-java/build.gradle +++ b/flipt-java/build.gradle @@ -7,7 +7,7 @@ plugins { group = 'io.flipt' // x-release-please-start-version -version = '1.0.0' +version = '1.0.1' // x-release-please-end description = 'Flipt Server SDK'