Skip to content

Commit

Permalink
chore(main): release 0.0.4 (#64)
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 Nov 9, 2023
1 parent eb97dc7 commit d7e3746
Show file tree
Hide file tree
Showing 4 changed files with 20 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.3"}
{".":"0.0.4"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### ✨ New Features

* Add SDK id and version to requests ([#66](https://github.com/spotify/confidence-openfeature-provider-java/issues/66)) ([eb97dc7](https://github.com/spotify/confidence-openfeature-provider-java/commit/eb97dc7bb69608feb099831a82bec37673c0adb6))


### 🧹 Chore

* **main:** release 0.0.4-SNAPSHOT ([#63](https://github.com/spotify/confidence-openfeature-provider-java/issues/63)) ([470494e](https://github.com/spotify/confidence-openfeature-provider-java/commit/470494e9266f3060b62ac0b914db486d61e005d9))


### 📚 Documentation

* Install instructions in README ([#65](https://github.com/spotify/confidence-openfeature-provider-java/issues/65)) ([77ecd7d](https://github.com/spotify/confidence-openfeature-provider-java/commit/77ecd7d466b626e4953a659e783c30f76caba945))

## [0.0.3](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.2...v0.0.3) (2023-10-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.3</version>
<version>0.0.4</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.4-SNAPSHOT</version>
<version>0.0.4</version>

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

0 comments on commit d7e3746

Please sign in to comment.