From ce1f3662e6b2f4ba583e157d7a1228ca46cc6531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:03:07 +0100 Subject: [PATCH] chore(main): release 0.1.3 (#154) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- openfeature-provider/pom.xml | 4 ++-- pom.xml | 2 +- sdk-java/pom.xml | 2 +- 6 files changed, 35 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed2e48..1b04459 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.2"} +{".":"0.1.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b6425f8..4ad3723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 5bc2185..77491b2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is com.spotify.confidence sdk-java - 0.1.3-SNAPSHOT + 0.1.3 ``` diff --git a/openfeature-provider/pom.xml b/openfeature-provider/pom.xml index 8f8d5cf..bbb0e4c 100644 --- a/openfeature-provider/pom.xml +++ b/openfeature-provider/pom.xml @@ -4,7 +4,7 @@ com.spotify.confidence confidence-sdk-java - 0.1.3-SNAPSHOT + 0.1.3 openfeature-provider @@ -14,7 +14,7 @@ com.spotify.confidence sdk-java - 0.1.3-SNAPSHOT + 0.1.3 diff --git a/pom.xml b/pom.xml index 5927e2d..4d20fdf 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.spotify.confidence confidence-sdk-java - 0.1.3-SNAPSHOT + 0.1.3 https://github.com/spotify/confidence-sdk-java Confidence SDK for Java diff --git a/sdk-java/pom.xml b/sdk-java/pom.xml index 08638f6..d981a6d 100644 --- a/sdk-java/pom.xml +++ b/sdk-java/pom.xml @@ -4,7 +4,7 @@ com.spotify.confidence confidence-sdk-java - 0.1.3-SNAPSHOT + 0.1.3 sdk-java