From 24ad772e1e27757fa85cf83178e32d4ced98394b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:41:21 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9ea2b6..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.3"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e1a6b..85fb5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/spotify/confidence-sdk-python/compare/v1.2.3...v2.0.0) (2025-05-07) + + +### ⚠ BREAKING CHANGES + +* Dropped support for Python 3.8 + +### ✨ New Features + +* Add Telemetry ([#91](https://github.com/spotify/confidence-sdk-python/issues/91)) ([9dba6d6](https://github.com/spotify/confidence-sdk-python/commit/9dba6d662ab8d8f7bb50b72ef8a788d90de15cb9)) + ## [1.2.3](https://github.com/spotify/confidence-sdk-python/compare/v1.2.2...v1.2.3) (2025-04-28) diff --git a/README.md b/README.md index 8b6c17f..a183f80 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.3 +pip install spotify-confidence-sdk==2.0.0 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.2.3 +spotify-confidence-sdk==2.0.0 pip install -r requirements.txt ```