From 60bc67ff867967e0ee4721d685bd37b11564c672 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:02:24 +0000 Subject: [PATCH] chore(main): release quickstart 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c805752..653e24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.4.0...quickstart-v1.5.0) (2026-09-09) + + +### Features + +* add fallback prompt guardrail for Codex ([#65](https://github.com/spotify/confidence-cli/issues/65)) ([3e6e75a](https://github.com/spotify/confidence-cli/commit/3e6e75a3dc4c00a8d8da2ef2d5b794085fe82a94)) + + +### Bug Fixes + +* honor the --no-telemetry CLI flag ([#67](https://github.com/spotify/confidence-cli/issues/67)) ([37b8984](https://github.com/spotify/confidence-cli/commit/37b89841260166062432ca5b661ee55e7bab9662)) + ## [1.4.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.3.0...quickstart-v1.4.0) (2026-09-08) diff --git a/package.json b/package.json index 6916948..7525d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.4.0", + "version": "1.5.0", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",