Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#154)
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 Dec 4, 2024
1 parent 6aeb5bc commit ce1f366
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.2"}
{".":"0.1.3"}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.1.3](https://github.com/spotify/confidence-sdk-java/compare/v0.1.2...v0.1.3) (2024-12-04)


### 🐛 Bug Fixes

* add platform to telemetry ([#160](https://github.com/spotify/confidence-sdk-java/issues/160)) ([b85663f](https://github.com/spotify/confidence-sdk-java/commit/b85663ffe23eb840fd666be08078edaa1c007e90))
* send version in telemetry ([#161](https://github.com/spotify/confidence-sdk-java/issues/161)) ([eeaa25b](https://github.com/spotify/confidence-sdk-java/commit/eeaa25bc417e9bd804c84dd69710d53354770c1d))


### ✨ New Features

* add telemetry on resolve latency ([#158](https://github.com/spotify/confidence-sdk-java/issues/158)) ([4c4cd76](https://github.com/spotify/confidence-sdk-java/commit/4c4cd764d7080ee1162fe4d84a5caa9f3ea4d3ca))
* Resolve Debug to redirect to UI tool ([#163](https://github.com/spotify/confidence-sdk-java/issues/163)) ([6aeb5bc](https://github.com/spotify/confidence-sdk-java/commit/6aeb5bc8ef0f8612dfb6b246ac6fbd4e9fa4e2b9))


### 🧹 Chore

* **main:** release 0.1.3-SNAPSHOT ([#153](https://github.com/spotify/confidence-sdk-java/issues/153)) ([790b6ac](https://github.com/spotify/confidence-sdk-java/commit/790b6acb2c652dfb2bc9eb0aeaaad7dc224c79b2))


### 📚 Documentation

* Update README.md ([#155](https://github.com/spotify/confidence-sdk-java/issues/155)) ([f67e451](https://github.com/spotify/confidence-sdk-java/commit/f67e4517b07f652e9be7ceb04fc2201dc6be64fa))


### 🔄 Refactoring

* align on a single way to define isProvider ([#159](https://github.com/spotify/confidence-sdk-java/issues/159)) ([8a452c1](https://github.com/spotify/confidence-sdk-java/commit/8a452c153cb954ab364eadb9e7344c97d6521fa5))

## [0.1.2](https://github.com/spotify/confidence-sdk-java/compare/v0.1.1...v0.1.2) (2024-06-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.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>openfeature-provider</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</dependency>
<!---x-release-please-end-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>sdk-java</artifactId>
Expand Down

0 comments on commit ce1f366

Please sign in to comment.