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.23
  • Loading branch information
github-actions[bot] authored Jul 2, 2024
1 parent 79ca933 commit d53a81a
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.22",
"providers/go-feature-flag": "0.2.23",
"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.23](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.22...dev.openfeature.contrib.providers.go-feature-flag-v0.2.23) (2024-07-02)


### 🐛 Bug Fixes

* **gofeatureflag:** Fix NPE when error code is not set in the API response ([#855](https://github.com/open-feature/java-sdk-contrib/issues/855)) ([79ca933](https://github.com/open-feature/java-sdk-contrib/commit/79ca933f6b8ffac13ee46c0685f5675bccbb7dcd))

## [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)


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.22</version> <!--x-release-please-version -->
<version>0.2.23</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.22
0.2.23

0 comments on commit d53a81a

Please sign in to comment.