Skip to content

Commit 568c177

Browse files
chore(main): release 1.1.2 (#42)
🤖 I have created a release *beep* *boop* --- ## [1.1.2](1.1.1...1.1.2) (2026-03-20) ### Bug Fixes * Update OpenFeature SDK dependency lower bound from 1.13.0 to 1.16.0 ([0db9fb0](0db9fb0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release-only change: bumps project version metadata and updates the changelog, with no functional code changes in this PR. > > **Overview** > Cuts the `1.1.2` release by bumping the project version from `1.1.1` to `1.1.2` in release metadata (`.release-please-manifest.json`, `gradle.properties`). > > Updates `CHANGELOG.md` with the `1.1.2` entry noting the OpenFeature SDK dependency lower-bound increase to `1.16.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b10033e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0db9fb0 commit 568c177

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
## [1.1.2](https://github.com/launchdarkly/openfeature-java-server/compare/1.1.1...1.1.2) (2026-03-20)
6+
7+
8+
### Bug Fixes
9+
10+
* Update OpenFeature SDK dependency lower bound from 1.13.0 to 1.16.0 ([0db9fb0](https://github.com/launchdarkly/openfeature-java-server/commit/0db9fb05ef207aa7532d22129a6ba8be12d59d74))
11+
512
## [1.1.1](https://github.com/launchdarkly/openfeature-java-server/compare/1.1.0...1.1.1) (2025-04-15)
613

714

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group = com.launchdarkly
22
#x-release-please-start-version
3-
version=1.1.1
3+
version=1.1.2
44
# x-release-please-version

0 commit comments

Comments
 (0)