Skip to content

Commit

Permalink
chore(main): release 7.6.0 (#40)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[7.6.0](7.5.0...7.6.0)
(2024-10-24)


### Features

* Adds support for client side prerequisite events.
([#39](#39))
([e9ea4df](e9ea4df))

---
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 Oct 24, 2024
1 parent e9ea4df commit 8fe5eef
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.5.0"
"lib/sdk/server": "7.6.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.6.0](https://github.com/launchdarkly/java-core/compare/7.5.0...7.6.0) (2024-10-24)


### Features

* Adds support for client side prerequisite events. ([#39](https://github.com/launchdarkly/java-core/issues/39)) ([e9ea4df](https://github.com/launchdarkly/java-core/commit/e9ea4df35df710da6ed38219d3c14350cfea2f94))

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


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.5.0
version=7.6.0
#x-release-please-end

# See https://github.com/gradle/gradle/issues/11308 regarding the following property
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.5.0";
static final String SDK_VERSION = "7.6.0";
// x-release-please-end
}

0 comments on commit 8fe5eef

Please sign in to comment.