Skip to content

Commit

Permalink
chore: release main (#76)
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 30, 2022
1 parent 6b2a8a5 commit 5d67905
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.1","hooks/open-telemetry":"0.2.1"}
{"providers/flagd":"0.2.2","hooks/open-telemetry":"0.2.2"}
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.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v0.2.1...dev.openfeature.contrib.hooks.otel-v0.2.2) (2022-08-30)


### Bug Fixes

* build issue with single publish ([#75](https://github.com/open-feature/java-sdk-contrib/issues/75)) ([6b2a8a5](https://github.com/open-feature/java-sdk-contrib/commit/6b2a8a541ed94b8b35f506fde396ca9227cb54c5))

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


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.1</version> <!--x-release-please-version -->
<version>0.2.2</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.1
0.2.2
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.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.2.1...dev.openfeature.contrib.providers.flagd-v0.2.2) (2022-08-30)


### Bug Fixes

* build issue with single publish ([#75](https://github.com/open-feature/java-sdk-contrib/issues/75)) ([6b2a8a5](https://github.com/open-feature/java-sdk-contrib/commit/6b2a8a541ed94b8b35f506fde396ca9227cb54c5))

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


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

0 comments on commit 5d67905

Please sign in to comment.