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.14 (#485)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
github-actions[bot] and thomaspoignant authored Oct 23, 2023
1 parent cf15e11 commit 33a260d
Show file tree
Hide file tree
Showing 4 changed files with 19 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.6",
"hooks/open-telemetry": "3.1.0",
"providers/go-feature-flag": "0.2.13",
"providers/go-feature-flag": "0.2.14",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.0",
Expand Down
16 changes: 16 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.14](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.13...dev.openfeature.contrib.providers.go-feature-flag-v0.2.14) (2023-10-20)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 ([#493](https://github.com/open-feature/java-sdk-contrib/issues/493)) ([f6cb68f](https://github.com/open-feature/java-sdk-contrib/commit/f6cb68f3c54e67a10f7e2f5bf9f5a2a840689491))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.15.3 ([#494](https://github.com/open-feature/java-sdk-contrib/issues/494)) ([caed781](https://github.com/open-feature/java-sdk-contrib/commit/caed781e76d20a7d383c6842fecbace3dbbdfcd3))
* **deps:** update dependency com.google.guava:guava to v32.1.3-jre ([#484](https://github.com/open-feature/java-sdk-contrib/issues/484)) ([b197f3b](https://github.com/open-feature/java-sdk-contrib/commit/b197f3b904256fff7b0a3987c33c5dc22fe9f12a))
* **deps:** update dependency com.squareup.okhttp3:okhttp to v4.12.0 ([#503](https://github.com/open-feature/java-sdk-contrib/issues/503)) ([a82668c](https://github.com/open-feature/java-sdk-contrib/commit/a82668cd6ad4a4026626c67d69ea84c89f617e3b))


### 🧹 Chore

* **deps:** update dependency com.squareup.okhttp3:mockwebserver to v4.12.0 ([#502](https://github.com/open-feature/java-sdk-contrib/issues/502)) ([4e0b6ff](https://github.com/open-feature/java-sdk-contrib/commit/4e0b6fffdfdae425be5015440ba0434879db2554))
* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.21.0 ([#501](https://github.com/open-feature/java-sdk-contrib/issues/501)) ([2f2ce59](https://github.com/open-feature/java-sdk-contrib/commit/2f2ce590b3589331f9b4c99bd7a18cf53c7436d8))

## [0.2.13](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.12...dev.openfeature.contrib.providers.go-feature-flag-v0.2.13) (2023-09-21)


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.13</version> <!--x-release-please-version -->
<version>0.2.14</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.13
0.2.14

0 comments on commit 33a260d

Please sign in to comment.