diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b37aac..bc70ed1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "lib/java-server-sdk-redis-store": "3.0.1", "lib/shared/common": "2.1.2", "lib/shared/internal": "1.5.1", - "lib/shared/test-helpers": "2.0.2", + "lib/shared/test-helpers": "2.1.0", "lib/sdk/server": "7.10.2" } diff --git a/lib/shared/test-helpers/CHANGELOG.md b/lib/shared/test-helpers/CHANGELOG.md index a1c69ee..bad21ae 100644 --- a/lib/shared/test-helpers/CHANGELOG.md +++ b/lib/shared/test-helpers/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.1.0](https://github.com/launchdarkly/java-core/compare/test-helpers-2.0.2...test-helpers-2.1.0) (2025-10-22) + + +### Features + +* Migrate java-test-helpers to java-core. ([9c1e9f9](https://github.com/launchdarkly/java-core/commit/9c1e9f9a9a2ac498ecf125b0e8d81f2736785dc2)) +* Vendor nanohttpd to remove package dependency. ([9c1e9f9](https://github.com/launchdarkly/java-core/commit/9c1e9f9a9a2ac498ecf125b0e8d81f2736785dc2)) + ## [2.0.2] - 2023-06-27 ### Changed: - Bumping Guava version to incorporate CVE fixes. diff --git a/lib/shared/test-helpers/gradle.properties b/lib/shared/test-helpers/gradle.properties index b4db4c7..49edeab 100644 --- a/lib/shared/test-helpers/gradle.properties +++ b/lib/shared/test-helpers/gradle.properties @@ -1,3 +1,3 @@ # x-release-please-start-version -version=2.0.2 +version=2.1.0 # x-release-please-end