From 2196fcee647a798a69036e0b22216bbcc424250c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:53:20 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 3 files changed, 10 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..e04b250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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-01) + + +### Bug Fixes + +* 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