Skip to content

Commit 7472964

Browse files
chore(main): release 0.10.1 (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76e5c38 commit 7472964

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/growthbook/growthbook-sdk-java/compare/v0.10.0...0.10.1) (2025-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* handle decryption for explicit features ([#157](https://github.com/growthbook/growthbook-sdk-java/issues/157)) ([76e5c38](https://github.com/growthbook/growthbook-sdk-java/commit/76e5c385b76eb6b6744f4a66f810288d5750a98b))
9+
310
## [0.10.0](https://github.com/growthbook/growthbook-sdk-java/compare/v0.9.97...v0.10.0) (2025-04-04)
411

512

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# x-release-please-start-version
2-
version=0.10.1-SNAPSHOT
2+
version=0.10.1
33
# x-release-please-end
44
group=com.github.growthbook

lib/src/main/java/growthbook/sdk/java/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
public class Version {
99
// The current version of the GrowthBook SDK for Java
1010
// x-release-please-start-version
11-
public static final String SDK_VERSION = "0.10.1-SNAPSHOT";
11+
public static final String SDK_VERSION = "0.10.1";
1212
// x-release-please-end
1313
}

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Format:
22
# module:released-version:current-version
3-
growthbook-sdk-java:0.10.0:0.10.1-SNAPSHOT
3+
growthbook-sdk-java:0.10.1:0.10.1

0 commit comments

Comments
 (0)