From dd21cfc8cd4cd45b896fec27217219119504b013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:11:01 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..f783fd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"1.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3d345..f900314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/spotify/confidence-sdk-python/compare/v1.2.0...v1.2.1) (2025-04-22) + + +### 🐛 Bug Fixes + +* release using trusted publishing ([#84](https://github.com/spotify/confidence-sdk-python/issues/84)) ([a8c6953](https://github.com/spotify/confidence-sdk-python/commit/a8c6953b824960ac11cb8ecca2745e7391344ec5)) + ## [1.2.0](https://github.com/spotify/confidence-sdk-python/compare/v1.1.0...v1.2.0) (2025-04-17) diff --git a/README.md b/README.md index 8014933..dd0bd82 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.0 +pip install spotify-confidence-sdk==1.2.1 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.2.0 +spotify-confidence-sdk==1.2.1 pip install -r requirements.txt ```