Skip to content

Commit 008ad22

Browse files
chore(main): release 0.10.2 (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be12839 commit 008ad22

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.1"
2+
".": "0.10.2"
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.2](https://github.com/growthbook/growthbook-sdk-java/compare/v0.10.1...0.10.2) (2025-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* ScheduledExecutorService for Feature Refresh, Cache updates and evalPath Optimization ([#168](https://github.com/growthbook/growthbook-sdk-java/issues/168)) ([be12839](https://github.com/growthbook/growthbook-sdk-java/commit/be128397ffa9e945f87ffdd298ac269a48116d9d))
9+
310
## [0.10.1](https://github.com/growthbook/growthbook-sdk-java/compare/v0.10.0...0.10.1) (2025-05-12)
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.2-SNAPSHOT
2+
version=0.10.2
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.2-SNAPSHOT";
11+
public static final String SDK_VERSION = "0.10.2";
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.1:0.10.2-SNAPSHOT
3+
growthbook-sdk-java:0.10.2:0.10.2

0 commit comments

Comments
 (0)