Skip to content

Commit

Permalink
chore: release main (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2022
1 parent 30f4e7d commit 590a046
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"providers/flagd":"0.5.0","hooks/open-telemetry":"0.4.0","providers/go-feature-flag":"0.2.0"}
{"providers/flagd":"0.5.1","hooks/open-telemetry":"0.4.0","providers/go-feature-flag":"0.2.0"}
7 changes: 7 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.0...dev.openfeature.contrib.providers.flagd-v0.5.1) (2022-11-16)


### Bug Fixes

* public flagd protocol ([#130](https://github.com/open-feature/java-sdk-contrib/issues/130)) ([30f4e7d](https://github.com/open-feature/java-sdk-contrib/commit/30f4e7d728c969cea1cd3d87724dc1c457ec1237))

## [0.5.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.4.1...dev.openfeature.contrib.providers.flagd-v0.5.0) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.5.0</version> <!--x-release-please-version -->
<version>0.5.1</version> <!--x-release-please-version -->

<name>flagd</name>
<description>FlagD provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1

0 comments on commit 590a046

Please sign in to comment.