diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..7dca81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index edf688a..820c377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/spotify/confidence-sdk-python/compare/v1.0.0...v1.0.1) (2024-11-07) + + +### ๐Ÿงน Chore + +* declare httpx in pyproject.toml ([#69](https://github.com/spotify/confidence-sdk-python/issues/69)) ([ed51321](https://github.com/spotify/confidence-sdk-python/commit/ed513214cdeef61cc8b01d5cd80860d44e206a56)) + + +### ๐Ÿ“š Documentation + +* minor readme formatting fix ([#68](https://github.com/spotify/confidence-sdk-python/issues/68)) ([7362a6f](https://github.com/spotify/confidence-sdk-python/commit/7362a6f92559082f4a00c92693468b3881af84f6)) + ## [1.0.0](https://github.com/spotify/confidence-sdk-python/compare/v0.2.6...v1.0.0) (2024-11-05) diff --git a/README.md b/README.md index ddb1723..8236fe3 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.0.0 +pip install spotify-confidence-sdk==1.0.1 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.0.0 +spotify-confidence-sdk==1.0.1 pip install -r requirements.txt ```