diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c71ac0b47..ec073e7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"flagd-provider":"0.1.0","open-telemetry-hook":"0.1.0"} \ 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 diff --git a/release-please-config.json b/release-please-config.json index 7d10fae8f..c16a5124c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,17 +1,19 @@ { - "bootstrap-sha": "637e3b41b3b73aa11b7ea51b555d6952b51eb60e", + "bootstrap-sha": "5b1c87955b5d66b993f943161b72b30c398c1537", "packages": { "flagd-provider": { "release-type": "maven", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "versioning": "default" + "versioning": "default", + "prerelease": true }, "open-telemetry-hook": { "release-type": "maven", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "versioning": "default" + "versioning": "default", + "prerelease": true } } } \ No newline at end of file