diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c9dac..ed49281 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0"} +{".":"2.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fb5c0..2c576b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/spotify/confidence-sdk-python/compare/v2.0.0...v2.0.1) (2025-08-04) + + +### 🐛 Bug Fixes + +* logger should not override level ([#93](https://github.com/spotify/confidence-sdk-python/issues/93)) ([887464b](https://github.com/spotify/confidence-sdk-python/commit/887464b40a219ec7b88a45da44538bd5d07082c7)) + ## [2.0.0](https://github.com/spotify/confidence-sdk-python/compare/v1.2.3...v2.0.0) (2025-05-07) diff --git a/README.md b/README.md index 18d2c5a..424d3a1 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==2.0.0 +pip install spotify-confidence-sdk==2.0.1 ``` #### requirements.txt ```python -spotify-confidence-sdk==2.0.0 +spotify-confidence-sdk==2.0.1 pip install -r requirements.txt ```