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",