From 7a211e09f8e1701855b57c60d901f20d6b8fde48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 02:09:12 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- flagd-provider/CHANGELOG.md | 9 +++++++++ flagd-provider/pom.xml | 2 +- open-telemetry-hook/CHANGELOG.md | 12 ++++++++++++ open-telemetry-hook/pom.xml | 2 +- 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfeeb..ec073e7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{"flagd-provider":"1.0.0","open-telemetry-hook":"1.0.0"} \ No newline at end of file diff --git a/flagd-provider/CHANGELOG.md b/flagd-provider/CHANGELOG.md index c84b9754c..51bd0c1b1 100644 --- a/flagd-provider/CHANGELOG.md +++ b/flagd-provider/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.0 (2022-08-16) + + +### Bug Fixes + +* remove snapshots ([#5](https://github.com/open-feature/java-sdk-contrib/issues/5)) ([c9d937b](https://github.com/open-feature/java-sdk-contrib/commit/c9d937b07febf26c5bd059ff258c2ee1cecadcd1)) +* update javadoc ([#13](https://github.com/open-feature/java-sdk-contrib/issues/13)) ([a28a14a](https://github.com/open-feature/java-sdk-contrib/commit/a28a14a48e2fdfc800eb45efbae09411cef6697e)) +* update javadoc ([#17](https://github.com/open-feature/java-sdk-contrib/issues/17)) ([88d24cf](https://github.com/open-feature/java-sdk-contrib/commit/88d24cf48dcf6defd28ed0a7df466324e788ba9c)) + ## 0.1.0 (2022-08-15) diff --git a/flagd-provider/pom.xml b/flagd-provider/pom.xml index 44bc6af32..e2cdf3f2a 100644 --- a/flagd-provider/pom.xml +++ b/flagd-provider/pom.xml @@ -9,7 +9,7 @@ dev.openfeature.providers flagd - 0.1.1-SNAPSHOT + 1.0.0 flagd FlagD provider for Java diff --git a/open-telemetry-hook/CHANGELOG.md b/open-telemetry-hook/CHANGELOG.md index 701242c7d..98c5093fc 100644 --- a/open-telemetry-hook/CHANGELOG.md +++ b/open-telemetry-hook/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 (2022-08-16) + + +### Bug Fixes + +* improve javadoc ([#8](https://github.com/open-feature/java-sdk-contrib/issues/8)) ([fb319c3](https://github.com/open-feature/java-sdk-contrib/commit/fb319c3ce691d63741f920becc5a114961b6b4dc)) +* javadoc ([#1](https://github.com/open-feature/java-sdk-contrib/issues/1)) ([637e3b4](https://github.com/open-feature/java-sdk-contrib/commit/637e3b41b3b73aa11b7ea51b555d6952b51eb60e)) +* remove snapshots ([#5](https://github.com/open-feature/java-sdk-contrib/issues/5)) ([c9d937b](https://github.com/open-feature/java-sdk-contrib/commit/c9d937b07febf26c5bd059ff258c2ee1cecadcd1)) +* test ([#11](https://github.com/open-feature/java-sdk-contrib/issues/11)) ([6632752](https://github.com/open-feature/java-sdk-contrib/commit/66327523aa09c479a2fa16eda440d681338d5672)) +* update javadoc ([#13](https://github.com/open-feature/java-sdk-contrib/issues/13)) ([a28a14a](https://github.com/open-feature/java-sdk-contrib/commit/a28a14a48e2fdfc800eb45efbae09411cef6697e)) +* update javadoc ([#17](https://github.com/open-feature/java-sdk-contrib/issues/17)) ([88d24cf](https://github.com/open-feature/java-sdk-contrib/commit/88d24cf48dcf6defd28ed0a7df466324e788ba9c)) + ## 0.1.0 (2022-08-15) diff --git a/open-telemetry-hook/pom.xml b/open-telemetry-hook/pom.xml index 69ec51ec9..f0506dc19 100644 --- a/open-telemetry-hook/pom.xml +++ b/open-telemetry-hook/pom.xml @@ -9,7 +9,7 @@ dev.openfeature.hooks otel - 0.1.1-SNAPSHOT + 1.0.0 open-telemetry-hook Open Telemetry Hook