Skip to content

Commit 51f53fd

Browse files
chore: release main (#94)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 8d9355c commit 51f53fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flipt-java": "1.0.0",
2+
"flipt-java": "1.0.1",
33
"flipt-node": "1.0.0",
44
"flipt-python": "1.0.0",
55
"flipt-rust": "1.0.0",

flipt-java/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [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)
411

512

flipt-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = 'io.flipt'
99
// x-release-please-start-version
10-
version = '1.0.0'
10+
version = '1.0.1'
1111
// x-release-please-end
1212
description = 'Flipt Server SDK'
1313

0 commit comments

Comments
 (0)