diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cc515..d333755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.1](https://github.com/launchdarkly/openfeature-java-server/compare/1.1.0...1.1.1) (2025-04-15) + + +### Bug Fixes + +* Reduce openfeature lower bound to 1.13 instead of 1.14 ([#38](https://github.com/launchdarkly/openfeature-java-server/issues/38)) ([1152e46](https://github.com/launchdarkly/openfeature-java-server/commit/1152e46b27aafee837f0cf9443bbac07966ec4b4)) + ## [1.1.0](https://github.com/launchdarkly/openfeature-java-server/compare/1.0.1...1.1.0) (2025-04-14) diff --git a/gradle.properties b/gradle.properties index 5d8d453..a4b2c1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group = com.launchdarkly #x-release-please-start-version -version=1.1.0 +version=1.1.1 # x-release-please-version