Skip to content

Commit 5624d95

Browse files
chore(main): release 7.5.0 (#22)
🤖 I have created a release *beep* *boop* --- ## [7.5.0](v7.4.1...7.5.0) (2024-05-23) ### Features * Introduce TestData#delete to simplify testing of flag deletion. ([#21](#21)) ([388dd04](388dd04)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 388dd04 commit 5624d95

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lib/java-server-sdk-otel": "0.1.0",
33
"lib/shared/common": "2.1.1",
44
"lib/shared/internal": "1.3.0",
5-
"lib/sdk/server": "7.4.1"
5+
"lib/sdk/server": "7.5.0"
66
}

lib/sdk/server/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [7.5.0](https://github.com/launchdarkly/java-core/compare/v7.4.1...7.5.0) (2024-05-23)
6+
7+
8+
### Features
9+
10+
* Introduce TestData#delete to simplify testing of flag deletion. ([#21](https://github.com/launchdarkly/java-core/issues/21)) ([388dd04](https://github.com/launchdarkly/java-core/commit/388dd04ea7698fc2d697e9794dc75e5e0d9e9b55))
11+
512
## [7.4.1] - 2024-05-13
613
### Added:
714
- Adds warning log if excessive start wait time is used.

lib/sdk/server/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=7.4.1
2+
version=7.5.0
33
#x-release-please-end
44

55
# The following empty ossrh properties are used by LaunchDarkly's internal integration testing framework

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ private Version() {}
55

66
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
77
// x-release-please-start-version
8-
static final String SDK_VERSION = "7.4.1";
8+
static final String SDK_VERSION = "7.5.0";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)