Skip to content

Commit ee4c402

Browse files
chore(main): release test-helpers 2.1.0
1 parent 9c1e9f9 commit ee4c402

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"lib/java-server-sdk-redis-store": "3.0.1",
44
"lib/shared/common": "2.1.2",
55
"lib/shared/internal": "1.5.1",
6-
"lib/shared/test-helpers": "2.0.2",
6+
"lib/shared/test-helpers": "2.1.0",
77
"lib/sdk/server": "7.10.2"
88
}

lib/shared/test-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.1.0](https://github.com/launchdarkly/java-core/compare/test-helpers-2.0.2...test-helpers-2.1.0) (2025-10-22)
6+
7+
8+
### Features
9+
10+
* Migrate java-test-helpers to java-core. ([#90](https://github.com/launchdarkly/java-core/issues/90)) ([9c1e9f9](https://github.com/launchdarkly/java-core/commit/9c1e9f9a9a2ac498ecf125b0e8d81f2736785dc2))
11+
512
## [2.0.2] - 2023-06-27
613
### Changed:
714
- Bumping Guava version to incorporate CVE fixes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# x-release-please-start-version
2-
version=2.0.2
2+
version=2.1.0
33
# x-release-please-end

0 commit comments

Comments
 (0)