From 67fb7a7a4f21fc48c4749efaf3dc973893b0004e 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:30:40 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- .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 f783fd0..d894947 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.1"} +{".":"1.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f900314..1bb7b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/spotify/confidence-sdk-python/compare/v1.2.1...v1.2.2) (2025-04-22) + + +### 🧹 Chore + +* remove container spec in release job ([#86](https://github.com/spotify/confidence-sdk-python/issues/86)) ([78a5611](https://github.com/spotify/confidence-sdk-python/commit/78a561172aa3c82afb2759c31244fb8b5f6225df)) + ## [1.2.1](https://github.com/spotify/confidence-sdk-python/compare/v1.2.0...v1.2.1) (2025-04-22) diff --git a/README.md b/README.md index dd0bd82..1d27740 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.1 +pip install spotify-confidence-sdk==1.2.2 ``` #### requirements.txt ```python -spotify-confidence-sdk==1.2.1 +spotify-confidence-sdk==1.2.2 pip install -r requirements.txt ```