Skip to content

Commit

Permalink
chore(main): release 0.0.13 (#131)
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 May 24, 2024
1 parent 0483702 commit e743572
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.12"}
{".":"0.0.13"}
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.13](https://github.com/spotify/confidence-sdk-java/compare/v0.0.12...v0.0.13) (2024-05-24)


### ✨ New Features

* Add flush functionality ([#130](https://github.com/spotify/confidence-sdk-java/issues/130)) ([0483702](https://github.com/spotify/confidence-sdk-java/commit/0483702f56665cbda84360095183d2e577b67c59))


### 🧹 Chore

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

## [0.0.12](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.11...v0.0.12) (2024-05-23)


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/).
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</version>

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

0 comments on commit e743572

Please sign in to comment.