Skip to content

Commit

Permalink
chore: release main (#138)
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 28, 2022
1 parent 4a787ed commit ab1291d
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.2","hooks/open-telemetry":"0.4.0","providers/go-feature-flag":"0.2.1"}
{"providers/flagd":"0.5.3","hooks/open-telemetry":"0.4.0","providers/go-feature-flag":"0.2.1"}
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.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.2...dev.openfeature.contrib.providers.flagd-v0.5.3) (2022-11-28)


### Bug Fixes

* make deadline setter public ([#137](https://github.com/open-feature/java-sdk-contrib/issues/137)) ([4a787ed](https://github.com/open-feature/java-sdk-contrib/commit/4a787edd361ba61e95313c8708fdee9fc63fddcc))

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


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.2</version>
<version>0.5.3</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.2</version> <!--x-release-please-version -->
<version>0.5.3</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.2
0.5.3

0 comments on commit ab1291d

Please sign in to comment.