From 1c94ce8aa1c8e0cb6eadb033df35e1cba3082ddf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:23:26 +0000 Subject: [PATCH 1/2] chore(main): release 2.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed49281..b2e4574 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.1"} +{".":"2.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c576b5..a74c21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.2](https://github.com/spotify/confidence-sdk-python/compare/v2.0.1...v2.0.2) (2025-09-22) + + +### 🐛 Bug Fixes + +* **deps:** introduce flexible protobuf version range ([#102](https://github.com/spotify/confidence-sdk-python/issues/102)) ([edfc4ed](https://github.com/spotify/confidence-sdk-python/commit/edfc4eda5e4fe03a88a46bf264b202736c3c26ad)) + + +### 📚 Documentation + +* restructure to focus on Openfeature ([#97](https://github.com/spotify/confidence-sdk-python/issues/97)) ([a60cd7d](https://github.com/spotify/confidence-sdk-python/commit/a60cd7df4c86c0ef3ba420bde6c5ffe7db86fd41)) + ## [2.0.1](https://github.com/spotify/confidence-sdk-python/compare/v2.0.0...v2.0.1) (2025-08-04) diff --git a/README.md b/README.md index b68bb1d..17844e6 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ the [OpenFeature reference documentation](https://openfeature.dev/docs/reference ### pip install ```python -pip install spotify-confidence-sdk==2.0.1 +pip install spotify-confidence-sdk==2.0.2 ``` #### requirements.txt ```python -spotify-confidence-sdk==2.0.1 +spotify-confidence-sdk==2.0.2 pip install -r requirements.txt ``` From d1a5de83d690220c82e2eea749c7d650905bab1a Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Mon, 22 Sep 2025 11:38:25 +0200 Subject: [PATCH 2/2] chore(docs): update changelog added "update typing_extensions to flexible range" --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74c21f..68f4947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### 🐛 Bug Fixes * **deps:** introduce flexible protobuf version range ([#102](https://github.com/spotify/confidence-sdk-python/issues/102)) ([edfc4ed](https://github.com/spotify/confidence-sdk-python/commit/edfc4eda5e4fe03a88a46bf264b202736c3c26ad)) - +* **deps:** update typing_extensions to flexible range ([#99](https://github.com/spotify/confidence-sdk-python/issues/99)) ([6a03790](https://github.com/spotify/confidence-sdk-python/commit/6a03790af0f9f166c62175d5237a170155d50717)) ### 📚 Documentation