Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"lib/shared/common": "2.4.0",
"lib/shared/internal": "1.9.0",
"lib/shared/test-helpers": "2.1.0",
"lib/sdk/server": "7.12.0"
"lib/sdk/server": "7.13.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.13.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.12.0...launchdarkly-java-server-sdk-7.13.0)?target=https://github.com (2026-02-27)


### Features

* commonizes several FDv2 related types ([f1f42f8](https://github.com/launchdarkly/java-core/commit/f1f42f82227f4900fb691cb2b7e6f56e4931789d))?target=https://github.com

## [7.12.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.11.0...launchdarkly-java-server-sdk-7.12.0)?target=https://github.com (2026-02-12)


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

# See https://github.com/gradle/gradle/issues/11308?target=https://github.com 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.12.0";
static final String SDK_VERSION = "7.13.0";
// x-release-please-end
}