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.4.3
  • Loading branch information
github-actions[bot] authored Mar 1, 2025
1 parent 9cc36dc commit 299ede0
Show file tree
Hide file tree
Showing 4 changed files with 11 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.11.4",
"hooks/open-telemetry": "3.2.1",
"providers/go-feature-flag": "0.4.2",
"providers/go-feature-flag": "0.4.3",
"providers/flagsmith": "0.0.9",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.2...dev.openfeature.contrib.providers.go-feature-flag-v0.4.3) (2025-03-01)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.3 ([#1253](https://github.com/open-feature/java-sdk-contrib/issues/1253)) ([9cc36dc](https://github.com/open-feature/java-sdk-contrib/commit/9cc36dc8d750cf38b55b12ea22f4c7bd56a206b3))
* **deps:** update slf4j monorepo to v2.0.17 ([#1243](https://github.com/open-feature/java-sdk-contrib/issues/1243)) ([66c6a7f](https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee))

## [0.4.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.1...dev.openfeature.contrib.providers.go-feature-flag-v0.4.2) (2025-02-10)


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.4.2</version> <!--x-release-please-version -->
<version>0.4.3</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.4.2
0.4.3

0 comments on commit 299ede0

Please sign in to comment.