Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.5"
".": "0.10.6"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.6](https://github.com/growthbook/growthbook-sdk-java/compare/v0.10.5...0.10.6) (2026-01-29)


### Features

* add support for regexi operator ([#191](https://github.com/growthbook/growthbook-sdk-java/issues/191)) ([e65a514](https://github.com/growthbook/growthbook-sdk-java/commit/e65a514b858b5ea46ecf59f3e9025a49a11c75cb))
* Implement ETag caching ([#187](https://github.com/growthbook/growthbook-sdk-java/issues/187)) ([16ef464](https://github.com/growthbook/growthbook-sdk-java/commit/16ef4641e835c0f0279dc8c7d906bd63ed6a091f))

## [0.10.5](https://github.com/growthbook/growthbook-sdk-java/compare/v0.10.4...0.10.5) (2025-12-18)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# x-release-please-start-version
version=0.10.6-SNAPSHOT
version=0.10.6
# x-release-please-end
group=com.github.growthbook
2 changes: 1 addition & 1 deletion lib/src/main/java/growthbook/sdk/java/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
public class Version {
// The current version of the GrowthBook SDK for Java
// x-release-please-start-version
public static final String SDK_VERSION = "0.10.6-SNAPSHOT";
public static final String SDK_VERSION = "0.10.6";
// x-release-please-end
}
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format:
# module:released-version:current-version
growthbook-sdk-java:0.10.5:0.10.6-SNAPSHOT
growthbook-sdk-java:0.10.6:0.10.6