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..68f4947 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)) +* **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 + +* 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 ```