Skip to content

Commit afd1e44

Browse files
chore(main): release 0.10.0 (#145)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a58053f commit afd1e44

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.9.97"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/growthbook/growthbook-sdk-java/compare/v0.9.97...v0.10.0) (2025-04-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* performance optimization & checks ([#144](https://github.com/growthbook/growthbook-sdk-java/issues/144))
9+
10+
### Bug Fixes
11+
12+
* performance optimization & checks ([#144](https://github.com/growthbook/growthbook-sdk-java/issues/144)) ([a58053f](https://github.com/growthbook/growthbook-sdk-java/commit/a58053ff62ca0a22ba5384e246338ba86a4364dc))
13+
* release-type java-yoshi dep errors ([#138](https://github.com/growthbook/growthbook-sdk-java/issues/138)) ([6457ff0](https://github.com/growthbook/growthbook-sdk-java/commit/6457ff09e8a23ed243efceabced27d21e6880fc6))
14+
315
## [0.9.97] - 2024-09-28
416

517
### Features

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.9.98-SNAPSHOT
2+
version=0.10.0
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.9.98-SNAPSHOT";
11+
public static final String SDK_VERSION = "0.10.0";
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.9.97:0.9.98-SNAPSHOT
3+
growthbook-sdk-java:0.10.0:0.10.0

0 commit comments

Comments
 (0)