Skip to content

Commit e73c3f6

Browse files
chore(main): release 0.2.1 (#22)
🤖 I have created a release *beep* *boop* --- ## [0.2.1](0.2.0...0.2.1) (2024-06-05) ### Bug Fixes * Handle missing targeting key in updated OpenFeature SDK. ([#21](#21)) ([db83218](db83218)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db83218 commit e73c3f6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
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+
## [0.2.1](https://github.com/launchdarkly/openfeature-java-server/compare/0.2.0...0.2.1) (2024-06-05)
6+
7+
8+
### Bug Fixes
9+
10+
* Handle missing targeting key in updated OpenFeature SDK. ([#21](https://github.com/launchdarkly/openfeature-java-server/issues/21)) ([db83218](https://github.com/launchdarkly/openfeature-java-server/commit/db8321827b4a9a603279c9561ede6b32fd571d0f))
11+
512
## [0.2.0] - 2023-11-02
613
This version contains breaking changes. You will need to update your LaunchDarkly SDK version as well as the OpenFeature SDK version.
714

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group = com.launchdarkly
2-
version=0.2.0 # x-release-please-version
2+
version=0.2.1 # x-release-please-version

0 commit comments

Comments
 (0)