From b0c59211015385f25e66a74591fe89d2c2e6599d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:30:48 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .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 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 ```