diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b63eaa..3abc96b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "lib/java-server-sdk-otel": "0.2.0", "lib/java-server-sdk-redis-store": "3.1.0", - "lib/shared/common": "2.2.0", + "lib/shared/common": "2.2.1", "lib/shared/internal": "1.6.1", "lib/shared/test-helpers": "2.1.0", "lib/sdk/server": "7.10.2" diff --git a/lib/shared/common/CHANGELOG.md b/lib/shared/common/CHANGELOG.md index 0c149f7..91cc106 100644 --- a/lib/shared/common/CHANGELOG.md +++ b/lib/shared/common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.2.1](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.2.0...launchdarkly-java-sdk-common-2.2.1) (2026-01-30) + + +### Bug Fixes + +* Change IterableAsyncQueue to public access modifier ([#122](https://github.com/launchdarkly/java-core/issues/122)) ([88c4ae0](https://github.com/launchdarkly/java-core/commit/88c4ae00c258c3030bc8e6bf761f26d9ec857941)) + ## [2.2.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.1.2...launchdarkly-java-sdk-common-2.2.0) (2026-01-30) diff --git a/lib/shared/common/gradle.properties b/lib/shared/common/gradle.properties index fa8661f..744cba9 100644 --- a/lib/shared/common/gradle.properties +++ b/lib/shared/common/gradle.properties @@ -1,3 +1,3 @@ #x-release-please-start-version -version=2.2.0 +version=2.2.1 #x-release-please-end