File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.0.12 " }
1+ {"." :" 0.0.13 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.13] ( https://github.com/spotify/confidence-sdk-java/compare/v0.0.12...v0.0.13 ) (2024-05-24)
4+
5+
6+ ### ✨ New Features
7+
8+ * Add flush functionality ([ #130 ] ( https://github.com/spotify/confidence-sdk-java/issues/130 ) ) ([ 0483702] ( https://github.com/spotify/confidence-sdk-java/commit/0483702f56665cbda84360095183d2e577b67c59 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** main:** release 0.0.13-SNAPSHOT ([ #129 ] ( https://github.com/spotify/confidence-sdk-java/issues/129 ) ) ([ a0ad7a5] ( https://github.com/spotify/confidence-sdk-java/commit/a0ad7a59efe1cb77aae84ee0cd458934e1920873 ) )
14+
315## [ 0.0.12] ( https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.11...v0.0.12 ) (2024-05-23)
416
517
Original file line number Diff line number Diff 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.13-SNAPSHOT </version >
14+ <version >0.0.13</version >
1515</dependency >
1616```
1717<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change 1515
1616 <groupId >com.spotify.confidence</groupId >
1717 <artifactId >sdk-java</artifactId >
18- <version >0.0.13-SNAPSHOT </version >
18+ <version >0.0.13</version >
1919
2020 <url >https://github.com/spotify/confidence-sdk-java</url >
2121 <description >Confidence SDK for Java</description >
You can’t perform that action at this time.
0 commit comments