Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.go-feature-fla…
Browse files Browse the repository at this point in the history
…g 0.2.22 (open-feature#840)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 20, 2024
1 parent 6859fa6 commit 5f420cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"providers/flagd": "0.8.3",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.21",
"providers/go-feature-flag": "0.2.22",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.6",
"providers/jsonlogic-eval-provider": "1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.22](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.21...dev.openfeature.contrib.providers.go-feature-flag-v0.2.22) (2024-06-20)


### 🐛 Bug Fixes

* **gofeatureflag:** fix java.lang.NoClassDefFoundError ([#839](https://github.com/open-feature/java-sdk-contrib/issues/839)) ([6859fa6](https://github.com/open-feature/java-sdk-contrib/commit/6859fa62ecb6dcf01f3927b72e2d964b5871b45a))

## [0.2.21](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.20...dev.openfeature.contrib.providers.go-feature-flag-v0.2.21) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>0.2.21</version> <!--x-release-please-version -->
<version>0.2.22</version> <!--x-release-please-version -->

<name>go-feature-flag</name>
<description>GO Feature Flag provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.21
0.2.22

0 comments on commit 5f420cb

Please sign in to comment.