Skip to content

Commit

Permalink
chore(main): release 0.0.3 (#30)
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 Sep 27, 2023
1 parent a22215c commit 89e58c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.2"}
{".":"0.0.3"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.3](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.2...v0.0.3) (2023-09-27)


### 🐛 Bug Fixes

* Don't use m2-settings.xml in release-please ([#29](https://github.com/spotify/confidence-openfeature-provider-java/issues/29)) ([3f75401](https://github.com/spotify/confidence-openfeature-provider-java/commit/3f75401e84e5ac294eafcde292e887a8f39004f6))


### 🧹 Chore

* **main:** release 0.0.3-SNAPSHOT ([#28](https://github.com/spotify/confidence-openfeature-provider-java/issues/28)) ([ddf0320](https://github.com/spotify/confidence-openfeature-provider-java/commit/ddf0320c0c68fe939c592e3c8c06586413f4533a))

## [0.0.2](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.1...v0.0.2) (2023-09-27)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.spotify</groupId>
<artifactId>confidence-openfeature-provider</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>

<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
<description>Confidence OpenFeature provider for Java</description>
Expand Down

0 comments on commit 89e58c5

Please sign in to comment.