diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32bd29f..4689171 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flipt-java": "0.0.0", + "flipt-java": "1.0.0", "flipt-node": "0.0.0", "flipt-python": "0.0.0", "flipt-rust": "0.0.0", diff --git a/flipt-java/CHANGELOG.md b/flipt-java/CHANGELOG.md new file mode 100644 index 0000000..db43c8e --- /dev/null +++ b/flipt-java/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2024-01-11) + + +### Features + +* Add php ([#36](https://github.com/flipt-io/flipt-server-sdks/issues/36)) ([4a47331](https://github.com/flipt-io/flipt-server-sdks/commit/4a47331b0da56e55f0e31b312cffbe0e10248229)) +* impl auth strategy pattern for Java ([#25](https://github.com/flipt-io/flipt-server-sdks/issues/25)) ([3f65c2e](https://github.com/flipt-io/flipt-server-sdks/commit/3f65c2ecab54df3e400b761f9030e8e0666d9a4f)) +* **rust/java/node/python:** Use enums for types with limited values for better type inference on caller side ([#33](https://github.com/flipt-io/flipt-server-sdks/issues/33)) ([03e8d30](https://github.com/flipt-io/flipt-server-sdks/commit/03e8d30f3421f48a5d320bed922b0a589c58aa59)) diff --git a/flipt-java/build.gradle b/flipt-java/build.gradle index b9fb4e4..8e15c5b 100644 --- a/flipt-java/build.gradle +++ b/flipt-java/build.gradle @@ -6,7 +6,7 @@ plugins { group = 'io.flipt' // x-release-please-start-version -version = '0.0.0' +version = '1.0.0' // x-release-please-end description = 'Flipt Server SDK'