diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce1720..ee5a490 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). +## [0.2.2](https://github.com/launchdarkly/openfeature-java-server/compare/0.2.1...0.2.2) (2024-06-05) + + +### Bug Fixes + +* Include java version for build when publishing. ([#23](https://github.com/launchdarkly/openfeature-java-server/issues/23)) ([d5880fe](https://github.com/launchdarkly/openfeature-java-server/commit/d5880fe0485075dbafef98b098c1022962bf5e49)) + ## [0.2.1](https://github.com/launchdarkly/openfeature-java-server/compare/0.2.0...0.2.1) (2024-06-05) diff --git a/gradle.properties b/gradle.properties index dd27116..b09faa8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = com.launchdarkly -version=0.2.1 # x-release-please-version +version=0.2.2 # x-release-please-version