Skip to content

Commit 5d67905

Browse files
chore: release main (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b2a8a5 commit 5d67905

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"providers/flagd":"0.2.1","hooks/open-telemetry":"0.2.1"}
1+
{"providers/flagd":"0.2.2","hooks/open-telemetry":"0.2.2"}

hooks/open-telemetry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [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)
411

512

hooks/open-telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>dev.openfeature.contrib.hooks</groupId>
1111
<artifactId>otel</artifactId>
12-
<version>0.2.1</version> <!--x-release-please-version -->
12+
<version>0.2.2</version> <!--x-release-please-version -->
1313

1414
<name>open-telemetry-hook</name>
1515
<description>Open Telemetry Hook</description>

hooks/open-telemetry/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

providers/flagd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [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)
411

512

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>dev.openfeature.contrib.providers</groupId>
1111
<artifactId>flagd</artifactId>
12-
<version>0.2.1</version> <!--x-release-please-version -->
12+
<version>0.2.2</version> <!--x-release-please-version -->
1313

1414
<name>flagd</name>
1515
<description>FlagD provider for Java</description>

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)