From a7908f4f12baa83bde716ce2787c8934548d3948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 17:10:07 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea7559..9aefd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Java will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.2.1](https://github.com/launchdarkly/openfeature-java-server/compare/1.2.0...1.2.1) (2026-09-08) + + +### Bug Fixes + +* Accept any numeric tracking event value ([#65](https://github.com/launchdarkly/openfeature-java-server/issues/65)) ([bfce072](https://github.com/launchdarkly/openfeature-java-server/commit/bfce072139ae1f6cb973d237fbb9878055b04440)) +* Do not emit a redundant ready event during initialization ([#63](https://github.com/launchdarkly/openfeature-java-server/issues/63)) ([373eac5](https://github.com/launchdarkly/openfeature-java-server/commit/373eac5f23efec166a8d77fc777037328d6e5ab2)) +* Include the last data source error in the provider error event ([#59](https://github.com/launchdarkly/openfeature-java-server/issues/59)) ([765b4fc](https://github.com/launchdarkly/openfeature-java-server/commit/765b4fc5e489985bfa99af80e0e8641a6ac04b14)) + ## [1.2.0](https://github.com/launchdarkly/openfeature-java-server/compare/1.1.3...1.2.0) (2026-08-25) diff --git a/gradle.properties b/gradle.properties index f4e8690..5e4042a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group = com.launchdarkly #x-release-please-start-version -version=1.2.0 +version=1.2.1 # x-release-please-version