Skip to content

Commit 5df6b08

Browse files
chore(main): release 0.0.14 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e220139 commit 5df6b08

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.13"}
1+
{".":"0.0.14"}

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.14](https://github.com/spotify/confidence-sdk-java/compare/v0.0.13...v0.0.14) (2024-06-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add context field in the payload ([#135](https://github.com/spotify/confidence-sdk-java/issues/135)) ([7f09f3e](https://github.com/spotify/confidence-sdk-java/commit/7f09f3edad1ab65a5ceec43401f0d1d5dbc8aa27))
9+
* not break after manual flush ([#136](https://github.com/spotify/confidence-sdk-java/issues/136)) ([58fcd84](https://github.com/spotify/confidence-sdk-java/commit/58fcd849c81ff773d2874ef1f5ec50769d58b00d))
10+
11+
12+
### 🧹 Chore
13+
14+
* **main:** release 0.0.14-SNAPSHOT ([#132](https://github.com/spotify/confidence-sdk-java/issues/132)) ([87407c7](https://github.com/spotify/confidence-sdk-java/commit/87407c72111cba8f5322e5591df7b9fafb0df29d))
15+
16+
17+
### 📚 Documentation
18+
19+
* designed for backend ([#134](https://github.com/spotify/confidence-sdk-java/issues/134)) ([e220139](https://github.com/spotify/confidence-sdk-java/commit/e220139b6ac48ad2adec103f7401d3485d4247a2))
20+
321
## [0.0.13](https://github.com/spotify/confidence-sdk-java/compare/v0.0.12...v0.0.13) (2024-05-24)
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/). This library is
1111
<dependency>
1212
<groupId>com.spotify.confidence</groupId>
1313
<artifactId>sdk-java</artifactId>
14-
<version>0.0.14-SNAPSHOT</version>
14+
<version>0.0.14</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.14-SNAPSHOT</version>
18+
<version>0.0.14</version>
1919

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

0 commit comments

Comments
 (0)