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.5 (open-feature#271)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 7, 2023
1 parent 83d9000 commit 355990c
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5.8",
"hooks/open-telemetry": "1.0.2",
"providers/go-feature-flag": "0.2.4",
"providers/go-feature-flag": "0.2.5",
"providers/flagsmith": "0.0.4",
"providers/env-var": "0.0.2"
}
7 changes: 7 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.4...dev.openfeature.contrib.providers.go-feature-flag-v0.2.5) (2023-04-07)


### Features

* Support apiKey for GO Feature Flag relay proxy v1.7.0 ([#270](https://github.com/open-feature/java-sdk-contrib/issues/270)) ([83d9000](https://github.com/open-feature/java-sdk-contrib/commit/83d9000497c3bcfc544c0a38e57c32a4ebe5e0bb))

## [0.2.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.3...dev.openfeature.contrib.providers.go-feature-flag-v0.2.4) (2023-03-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.4</version> <!--x-release-please-version -->
<version>0.2.5</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.4
0.2.5

0 comments on commit 355990c

Please sign in to comment.