From 8e4d2a6ab0a1008b36a47e37cbc1a4d26401e861 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:13:55 +0000 Subject: [PATCH] chore(main): release launchdarkly-java-sdk-common 2.2.0 --- .release-please-manifest.json | 2 +- lib/shared/common/CHANGELOG.md | 8 ++++++++ lib/shared/common/gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e101fb6..8b63eaae 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.1.2", + "lib/shared/common": "2.2.0", "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 d363bf49..0c149f77 100644 --- a/lib/shared/common/CHANGELOG.md +++ b/lib/shared/common/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [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) + + +### Features + +* Add IterableAsyncQueue. ([1965b25](https://github.com/launchdarkly/java-core/commit/1965b257119c1d5ebc05102d960c2ce41bfee542)) +* Update minimum Java version to 1.8. ([1965b25](https://github.com/launchdarkly/java-core/commit/1965b257119c1d5ebc05102d960c2ce41bfee542)) + ## [2.1.2](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.1.1...launchdarkly-java-sdk-common-2.1.2) (2025-07-14) diff --git a/lib/shared/common/gradle.properties b/lib/shared/common/gradle.properties index b37f3d7c..fa8661fd 100644 --- a/lib/shared/common/gradle.properties +++ b/lib/shared/common/gradle.properties @@ -1,3 +1,3 @@ #x-release-please-start-version -version=2.1.2 +version=2.2.0 #x-release-please-end