Skip to content

Commit

Permalink
chore(main): release 0.0.5 (#68)
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 Jan 11, 2024
1 parent 659605c commit 2070920
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.4"}
{".":"0.0.5"}
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.5](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.4...v0.0.5) (2024-01-11)


### 🐛 Bug Fixes

* implement the shutdown function ([#70](https://github.com/spotify/confidence-openfeature-provider-java/issues/70)) ([659605c](https://github.com/spotify/confidence-openfeature-provider-java/commit/659605c2b52743569b0170ac3f4f8b3e78d7a330))
* implement the shutdown function to shutdown the grpc channel ([659605c](https://github.com/spotify/confidence-openfeature-provider-java/commit/659605c2b52743569b0170ac3f4f8b3e78d7a330))


### 🧹 Chore

* **main:** release 0.0.5-SNAPSHOT ([#67](https://github.com/spotify/confidence-openfeature-provider-java/issues/67)) ([f0af5eb](https://github.com/spotify/confidence-openfeature-provider-java/commit/f0af5eb4883f4c22bacf330b85b580d858c55529))


### 📚 Documentation

* Add Confidence link to the README ([#69](https://github.com/spotify/confidence-openfeature-provider-java/issues/69)) ([65af2dc](https://github.com/spotify/confidence-openfeature-provider-java/commit/65af2dc5edf10717b1a41718d85d26d0ae921504))

## [0.0.4](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.3...v0.0.4) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ useful.
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
```
<!---x-release-please-end-->
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.confidence</groupId>
<artifactId>openfeature-provider</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

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

0 comments on commit 2070920

Please sign in to comment.