Skip to content

Commit

Permalink
chore(main): release 0.0.14 (#133)
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 3, 2024
1 parent e220139 commit 5df6b08
Show file tree
Hide file tree
Showing 4 changed files with 21 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.13"}
{".":"0.0.14"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### 🐛 Bug Fixes

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


### 🧹 Chore

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


### 📚 Documentation

* designed for backend ([#134](https://github.com/spotify/confidence-sdk-java/issues/134)) ([e220139](https://github.com/spotify/confidence-sdk-java/commit/e220139b6ac48ad2adec103f7401d3485d4247a2))

## [0.0.13](https://github.com/spotify/confidence-sdk-java/compare/v0.0.12...v0.0.13) (2024-05-24)


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.14-SNAPSHOT</version>
<version>0.0.14</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.14-SNAPSHOT</version>
<version>0.0.14</version>

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

0 comments on commit 5df6b08

Please sign in to comment.