From 06be07cc7dbec751668a0949e395ed3166f4a7d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 07:30:48 +0000 Subject: [PATCH] chore(main): release 1.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d894947..e9ea2b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.2"} +{".":"1.2.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb7b53..54e1a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/spotify/confidence-sdk-python/compare/v1.2.2...v1.2.3) (2025-04-28) + + +### 🐛 Bug Fixes + +* change how we log resolve tester hints ([#89](https://github.com/spotify/confidence-sdk-python/issues/89)) ([077ddf6](https://github.com/spotify/confidence-sdk-python/commit/077ddf68df9b2cf64fc03efaa8a6ba94c3302fc5)) + ## [1.2.2](https://github.com/spotify/confidence-sdk-python/compare/v1.2.1...v1.2.2) (2025-04-22) diff --git a/README.md b/README.md index 1d27740..0ad068a 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Python library for [Confidence](https://confidence.spotify.com/). ### pip install ```python -pip install spotify-confidence-sdk==1.2.2 +pip install spotify-confidence-sdk==1.2.3 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.2.2 +spotify-confidence-sdk==1.2.3 pip install -r requirements.txt ```