Skip to content

Commit

Permalink
chore(main): release flipt-java 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] committed Jan 11, 2024
1 parent a13c677 commit c7f6d20
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flipt-java": "0.0.0",
"flipt-java": "1.0.0-rc.1",
"flipt-node": "0.0.0",
"flipt-python": "0.0.0",
"flipt-rust": "0.0.0",
Expand Down
15 changes: 15 additions & 0 deletions flipt-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0-rc.1 (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))


### Miscellaneous Chores

* release 1.0.0-rc.1 ([a13c677](https://github.com/flipt-io/flipt-server-sdks/commit/a13c6774c6a6c1c125e299ce0ec4267ed2bbb4cf))
2 changes: 1 addition & 1 deletion flipt-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

group = 'io.flipt'
// x-release-please-start-version
version = '0.0.0'
version = '1.0.0-rc.1'
// x-release-please-end
description = 'Flipt Server SDK'

Expand Down

0 comments on commit c7f6d20

Please sign in to comment.