Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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