From db9314fdc66f21f784f2e0f10a19b9aae9034bdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:54:49 +0200 Subject: [PATCH] chore(main): release 0.0.3 (#62) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pom.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83e73b18..36fbfb9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.2"} +{".":"0.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 52216030..5632c771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.3](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.2...v0.0.3) (2023-10-09) + + +### ๐Ÿงน Chore + +* **main:** release 0.0.3-SNAPSHOT ([#55](https://github.com/spotify/confidence-openfeature-provider-java/issues/55)) ([10d0b85](https://github.com/spotify/confidence-openfeature-provider-java/commit/10d0b8516945aa1ca8864fc672a3d30dc7336472)) + + +### ๐Ÿ“š Documentation + +* Release guidelines ([#57](https://github.com/spotify/confidence-openfeature-provider-java/issues/57)) ([579793a](https://github.com/spotify/confidence-openfeature-provider-java/commit/579793a214d0fce301d0aa6de7ff436b993498d5)) + ## [0.0.2](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.1...v0.0.2) (2023-09-29) diff --git a/pom.xml b/pom.xml index e8317d74..dc1f8a7d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ com.spotify.confidence openfeature-provider - 0.0.3-SNAPSHOT + 0.0.3 https://github.com/spotify/confidence-openfeature-provider-java Confidence OpenFeature provider for Java