diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c89c3..c7b9311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.1...quickstart-v1.1.0) (2026-07-31) + + +### Features + +* improve migration guardrails ([#23](https://github.com/spotify/confidence-cli/issues/23)) ([dbe5b8e](https://github.com/spotify/confidence-cli/commit/dbe5b8e6ae642cb73d5b45db2f01beee55d4148b)) +* more robust auth refresh ([#24](https://github.com/spotify/confidence-cli/issues/24)) ([4fdad95](https://github.com/spotify/confidence-cli/commit/4fdad95f1c89c8cf970eeaf73fd70b80d90c6596)) + + +### Bug Fixes + +* fix false-negative tests and handle retries ([#19](https://github.com/spotify/confidence-cli/issues/19)) ([9e0853c](https://github.com/spotify/confidence-cli/commit/9e0853c2ec692a33080d6f85cec633b21d510252)) + ## [1.0.1](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.0...quickstart-v1.0.1) (2026-07-24) diff --git a/package.json b/package.json index 73c2f9e..113bead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.0.1", + "version": "1.1.0", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",