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.21 (#805)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 19, 2024
1 parent 536de91 commit cf77d56
Show file tree
Hide file tree
Showing 4 changed files with 20 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.2",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.20",
"providers/go-feature-flag": "0.2.21",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.6",
"providers/jsonlogic-eval-provider": "1.1.0",
Expand Down
17 changes: 17 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update dependency com.google.guava:guava to v33.2.1-jre ([#803](https://github.com/open-feature/java-sdk-contrib/issues/803)) ([4181807](https://github.com/open-feature/java-sdk-contrib/commit/418180789db84fb7cff160ef3af2cac773274aaa))


### ✨ New Features

* **gofeatureflag:** Add support of flag change cache removal ([#821](https://github.com/open-feature/java-sdk-contrib/issues/821)) ([536de91](https://github.com/open-feature/java-sdk-contrib/commit/536de91d64ff37330245070b55db42d0d308f02c))


### 📚 Documentation

* **GOFF:** Fix issues in readme ([#814](https://github.com/open-feature/java-sdk-contrib/issues/814)) ([5d60be7](https://github.com/open-feature/java-sdk-contrib/commit/5d60be72a4e583829438db7776826d21bf87bb82))

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


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.20</version> <!--x-release-please-version -->
<version>0.2.21</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.20
0.2.21

0 comments on commit cf77d56

Please sign in to comment.