Skip to content

Commit

Permalink
chore(main): release 0.0.12 (#128)
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 May 23, 2024
1 parent 6c60de6 commit b0beb43
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.11"}
{".":"0.0.12"}
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.12](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.11...v0.0.12) (2024-05-23)


### ✨ New Features

* Native getEvaluation APIs ([#124](https://github.com/spotify/confidence-openfeature-provider-java/issues/124)) ([4ffa37f](https://github.com/spotify/confidence-openfeature-provider-java/commit/4ffa37f0251038561ee33209464c030d190348e3))


### 🧹 Chore

* **main:** release 0.0.12-SNAPSHOT ([#121](https://github.com/spotify/confidence-openfeature-provider-java/issues/121)) ([9bc883c](https://github.com/spotify/confidence-openfeature-provider-java/commit/9bc883ceb904659f580f21afb87aea172fcd37ad))


### 🔄 Refactoring

* align api with other sdks ([#125](https://github.com/spotify/confidence-openfeature-provider-java/issues/125)) ([f29035b](https://github.com/spotify/confidence-openfeature-provider-java/commit/f29035b650d4a07c495ceba75bf86d9049579fa5))
* Rename repo and pointers to sdk-java ([#127](https://github.com/spotify/confidence-openfeature-provider-java/issues/127)) ([6c60de6](https://github.com/spotify/confidence-openfeature-provider-java/commit/6c60de60df356d8ff90cfe730e8771e8b63ca044))

## [0.0.11](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.10...v0.0.11) (2024-04-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/).
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.12</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>sdk-java</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.12</version>

<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down

0 comments on commit b0beb43

Please sign in to comment.