From 7c2ece9071b5db558bd7edd8511c2b4eb2b4e307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:24:44 +0000 Subject: [PATCH] chore(main): release quickstart 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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",