diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d827c04..7c3d345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/spotify/confidence-sdk-python/compare/v1.1.0...v1.2.0) (2025-04-17) + + +### ✨ New Features + +* add support for setting resolve timeout ([#82](https://github.com/spotify/confidence-sdk-python/issues/82)) ([469be0d](https://github.com/spotify/confidence-sdk-python/commit/469be0dfcee28c3bbbd8cda28ea2c7bfc7f68b35)) + ## [1.1.0](https://github.com/spotify/confidence-sdk-python/compare/v1.0.1...v1.1.0) (2024-12-12) diff --git a/README.md b/README.md index 799bcb3..8014933 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.1.0 +pip install spotify-confidence-sdk==1.2.0 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.1.0 +spotify-confidence-sdk==1.2.0 pip install -r requirements.txt ```