diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5a4a7de..506fd8ad 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.3.0", + "lib/shared/common": "2.4.0", "lib/shared/internal": "1.8.0", "lib/shared/test-helpers": "2.1.0", "lib/sdk/server": "7.12.0" diff --git a/lib/shared/common/CHANGELOG.md b/lib/shared/common/CHANGELOG.md index 997a58ca..09469b62 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.4.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.3.0...launchdarkly-java-sdk-common-2.4.0) (2026-02-26) + + +### Features + +* commonizes several FDv2 related types ([ef1e204](https://github.com/launchdarkly/java-core/commit/ef1e204b056ee6ad2a7c12e850dbb04a769a6104)) + ## [2.3.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.2.1...launchdarkly-java-sdk-common-2.3.0) (2026-02-03) diff --git a/lib/shared/common/gradle.properties b/lib/shared/common/gradle.properties index cc4d578a..56c70c59 100644 --- a/lib/shared/common/gradle.properties +++ b/lib/shared/common/gradle.properties @@ -1,3 +1,3 @@ #x-release-please-start-version -version=2.3.0 +version=2.4.0 #x-release-please-end