Skip to content

Commit ec139c0

Browse files
chore(main): release 0.0.15 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d22dc7 commit ec139c0

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.14"}
1+
{".":"0.0.15"}

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.15](https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15) (2024-06-04)
4+
5+
6+
### ✨ New Features
7+
8+
* Telemetry ID improvements ([#140](https://github.com/spotify/confidence-sdk-java/issues/140)) ([8d22dc7](https://github.com/spotify/confidence-sdk-java/commit/8d22dc7d5e2180b5f5486f65cce52286e6bec18f))
9+
10+
11+
### 🧹 Chore
12+
13+
* **main:** release 0.0.15-SNAPSHOT ([#137](https://github.com/spotify/confidence-sdk-java/issues/137)) ([42cec7f](https://github.com/spotify/confidence-sdk-java/commit/42cec7f3f09e43c82dd368af231b2638058fadaf))
14+
315
## [0.0.14](https://github.com/spotify/confidence-sdk-java/compare/v0.0.13...v0.0.14) (2024-06-03)
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/). This library is
1111
<dependency>
1212
<groupId>com.spotify.confidence</groupId>
1313
<artifactId>sdk-java</artifactId>
14-
<version>0.0.15-SNAPSHOT</version>
14+
<version>0.0.15</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.15-SNAPSHOT</version>
18+
<version>0.0.15</version>
1919

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

0 commit comments

Comments
 (0)