Skip to content

Commit

Permalink
chore: release main (#64)
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 Aug 16, 2022
1 parent 3a4b7d8 commit f0ecf3b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 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.2.0","hooks/open-telemetry":"0.2.0"}
{"providers/flagd":"0.2.1","hooks/open-telemetry":"0.2.1"}
7 changes: 7 additions & 0 deletions hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v0.2.0...dev.openfeature.contrib.hooks.otel-v0.2.1) (2022-08-16)


### Bug Fixes

* update javadoc ([#63](https://github.com/open-feature/java-sdk-contrib/issues/63)) ([3a4b7d8](https://github.com/open-feature/java-sdk-contrib/commit/3a4b7d83e2272d43e252f6a1201c4e3a7aee4330))

## 0.2.0 (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>0.2.0</version> <!--x-release-please-version -->
<version>0.2.1</version> <!--x-release-please-version -->

<name>open-telemetry-hook</name>
<description>Open Telemetry Hook</description>
Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
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.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.2.0...dev.openfeature.contrib.providers.flagd-v0.2.1) (2022-08-16)


### Bug Fixes

* update javadoc ([#63](https://github.com/open-feature/java-sdk-contrib/issues/63)) ([3a4b7d8](https://github.com/open-feature/java-sdk-contrib/commit/3a4b7d83e2272d43e252f6a1201c4e3a7aee4330))

## 0.2.0 (2022-08-16)


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.2.0</version> <!--x-release-please-version -->
<version>0.2.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.2.0
0.2.1

0 comments on commit f0ecf3b

Please sign in to comment.