Skip to content

Commit

Permalink
chore(main): release 7.5.0 (#22)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored May 23, 2024
1 parent 388dd04 commit 5624d95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lib/java-server-sdk-otel": "0.1.0",
"lib/shared/common": "2.1.1",
"lib/shared/internal": "1.3.0",
"lib/sdk/server": "7.4.1"
"lib/sdk/server": "7.5.0"
}
7 changes: 7 additions & 0 deletions lib/sdk/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [7.5.0](https://github.com/launchdarkly/java-core/compare/v7.4.1...7.5.0) (2024-05-23)


### Features

* 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))

## [7.4.1] - 2024-05-13
### Added:
- Adds warning log if excessive start wait time is used.
Expand Down
2 changes: 1 addition & 1 deletion lib/sdk/server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#x-release-please-start-version
version=7.4.1
version=7.5.0
#x-release-please-end

# The following empty ossrh properties are used by LaunchDarkly's internal integration testing framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ private Version() {}

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

0 comments on commit 5624d95

Please sign in to comment.