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.20 (#753)
  • Loading branch information
github-actions[bot] authored May 7, 2024
1 parent ac0b078 commit 5af757a
Show file tree
Hide file tree
Showing 4 changed files with 13 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.0",
"hooks/open-telemetry": "3.1.1",
"providers/go-feature-flag": "0.2.19",
"providers/go-feature-flag": "0.2.20",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.5",
"providers/jsonlogic-eval-provider": "1.0.1",
Expand Down
10 changes: 10 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 ([#777](https://github.com/open-feature/java-sdk-contrib/issues/777)) ([8b582d6](https://github.com/open-feature/java-sdk-contrib/commit/8b582d6052fd22b8141a9765b2a1a261933fd3a2))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.17.1 ([#778](https://github.com/open-feature/java-sdk-contrib/issues/778)) ([a4c4672](https://github.com/open-feature/java-sdk-contrib/commit/a4c467267caf35a838b0c2c6423fa01e21846c1d))
* **deps:** update dependency com.google.guava:guava to v33.2.0-jre ([#771](https://github.com/open-feature/java-sdk-contrib/issues/771)) ([c9e4245](https://github.com/open-feature/java-sdk-contrib/commit/c9e42451ccfec4f4af1c2dc54077bca3a444f75f))
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.13 ([#752](https://github.com/open-feature/java-sdk-contrib/issues/752)) ([b820fcf](https://github.com/open-feature/java-sdk-contrib/commit/b820fcf1b7ea945a8e450dcc90addb82f5fb865d))

## [0.2.19](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.18...dev.openfeature.contrib.providers.go-feature-flag-v0.2.19) (2024-04-01)


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.19</version> <!--x-release-please-version -->
<version>0.2.20</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.19
0.2.20

0 comments on commit 5af757a

Please sign in to comment.