Skip to content

Commit

Permalink
chore(main): release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 29, 2023
1 parent d8b07f3 commit 10b7d74
Show file tree
Hide file tree
Showing 3 changed files with 20 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.1"}
{".":"0.0.2"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### 🐛 Bug Fixes

* attach sources to deployment ([#51](https://github.com/spotify/confidence-openfeature-provider-java/issues/51)) ([d8b07f3](https://github.com/spotify/confidence-openfeature-provider-java/commit/d8b07f3a79c58b1ec2df341c513a5579973a9267))
* Testing fixes and package renaming ([#45](https://github.com/spotify/confidence-openfeature-provider-java/issues/45)) ([f143c4a](https://github.com/spotify/confidence-openfeature-provider-java/commit/f143c4af59a1eb244ab5a8774ac37a40b28d1f47))


### 🧹 Chore

* **main:** release 0.0.2-SNAPSHOT ([#43](https://github.com/spotify/confidence-openfeature-provider-java/issues/43)) ([77be02a](https://github.com/spotify/confidence-openfeature-provider-java/commit/77be02a10f556defb6b1cba5d55b5e971c710123))


### 📚 Documentation

* Note about signing on local dev ([#50](https://github.com/spotify/confidence-openfeature-provider-java/issues/50)) ([c48f962](https://github.com/spotify/confidence-openfeature-provider-java/commit/c48f962963ec4018b7776082c489a98e383a6b65))

## 0.0.1 (2023-09-28)


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.2-SNAPSHOT</version>
<version>0.0.2</version>

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

0 comments on commit 10b7d74

Please sign in to comment.