Skip to content

Commit e743572

Browse files
chore(main): release 0.0.13 (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0483702 commit e743572

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.12"}
1+
{".":"0.0.13"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

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.13-SNAPSHOT</version>
14+
<version>0.0.13</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.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>

0 commit comments

Comments
 (0)