Skip to content

Commit

Permalink
chore(main): release 0.0.15 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 4, 2024
1 parent 8d22dc7 commit ec139c0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.14"}
{".":"0.0.15"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.15](https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15) (2024-06-04)


### ✨ New Features

* Telemetry ID improvements ([#140](https://github.com/spotify/confidence-sdk-java/issues/140)) ([8d22dc7](https://github.com/spotify/confidence-sdk-java/commit/8d22dc7d5e2180b5f5486f65cce52286e6bec18f))


### 🧹 Chore

* **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))

## [0.0.14](https://github.com/spotify/confidence-sdk-java/compare/v0.0.13...v0.0.14) (2024-06-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>

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

0 comments on commit ec139c0

Please sign in to comment.