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 ```