Skip to content

Commit b0beb43

Browse files
chore(main): release 0.0.12 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c60de6 commit b0beb43

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.11"}
1+
{".":"0.0.12"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.12](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.11...v0.0.12) (2024-05-23)
4+
5+
6+
### ✨ New Features
7+
8+
* 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))
9+
10+
11+
### 🧹 Chore
12+
13+
* **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))
14+
15+
16+
### 🔄 Refactoring
17+
18+
* 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))
19+
* 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))
20+
321
## [0.0.11](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.10...v0.0.11) (2024-04-30)
422

523

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/).
1111
<dependency>
1212
<groupId>com.spotify.confidence</groupId>
1313
<artifactId>sdk-java</artifactId>
14-
<version>0.0.12-SNAPSHOT</version>
14+
<version>0.0.12</version>
1515
</dependency>
1616
```
1717
<!---x-release-please-end-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>com.spotify.confidence</groupId>
1717
<artifactId>sdk-java</artifactId>
18-
<version>0.0.12-SNAPSHOT</version>
18+
<version>0.0.12</version>
1919

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

0 commit comments

Comments
 (0)