Skip to content

Commit

Permalink
chore: release main (#136)
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 23, 2022
1 parent 34ac374 commit 06a3a50
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.1","hooks/open-telemetry":"0.4.0","providers/go-feature-flag":"0.2.1"}
{"providers/flagd":"0.5.2","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.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)


### Features

* flagd-provider ssl, socket, deadline, env support ([#134](https://github.com/open-feature/java-sdk-contrib/issues/134)) ([34ac374](https://github.com/open-feature/java-sdk-contrib/commit/34ac3747f86987cca23d6f22bf32c7c5fffa91c3))

## [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)


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.1</version>
<version>0.5.2</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.1</version> <!--x-release-please-version -->
<version>0.5.2</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.1
0.5.2

0 comments on commit 06a3a50

Please sign in to comment.