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.17 (#603)
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
1 parent 35dd660 commit e0906c1
Show file tree
Hide file tree
Showing 4 changed files with 12 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.6.8",
"hooks/open-telemetry": "3.1.1",
"providers/go-feature-flag": "0.2.16",
"providers/go-feature-flag": "0.2.17",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.17](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.16...dev.openfeature.contrib.providers.go-feature-flag-v0.2.17) (2023-12-24)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1 ([#604](https://github.com/open-feature/java-sdk-contrib/issues/604)) ([165b1db](https://github.com/open-feature/java-sdk-contrib/commit/165b1db0a793b628ab6dd05b161350310505e41d))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.1 ([#605](https://github.com/open-feature/java-sdk-contrib/issues/605)) ([f403c64](https://github.com/open-feature/java-sdk-contrib/commit/f403c64973d851ac133f820f14f7ca658b4969ed))
* **deps:** update dependency com.google.guava:guava to v33 ([#595](https://github.com/open-feature/java-sdk-contrib/issues/595)) ([ec3e948](https://github.com/open-feature/java-sdk-contrib/commit/ec3e9489e50b15a2c13d0f4739f7bc940a52b961))

## [0.2.16](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.15...dev.openfeature.contrib.providers.go-feature-flag-v0.2.16) (2023-12-07)


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.16</version> <!--x-release-please-version -->
<version>0.2.17</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.16
0.2.17

0 comments on commit e0906c1

Please sign in to comment.