diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f579ac1..40a76a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.26.2](https://github.com/archgate/cli/compare/v0.26.1...v0.26.2) (2026-03-25) + +### Bug Fixes + +* suppress all GCM interactive prompts in credential store ([#176](https://github.com/archgate/cli/issues/176)) ([5d9bd33](https://github.com/archgate/cli/commit/5d9bd333180d1769dd887fbdeda5b8c46ad27efa)) + ## [0.26.1](https://github.com/archgate/cli/compare/v0.26.0...v0.26.1) (2026-03-25) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index adb157bb..b603a8ed 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -177,7 +177,7 @@ export default defineConfig({ applicationCategory: "DeveloperApplication", applicationSubCategory: "Code Governance", operatingSystem: "macOS, Linux, Windows", - softwareVersion: "0.26.1", + softwareVersion: "0.26.2", license: "https://github.com/archgate/cli/blob/main/LICENSE", offers: { "@type": "Offer", price: "0", priceCurrency: "USD" }, url: "https://cli.archgate.dev", diff --git a/docs/public/version.json b/docs/public/version.json index 361f67c8..3d7371d9 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.26.1" } +{ "version": "v0.26.2" } diff --git a/package.json b/package.json index f9b9c899..392eba27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.26.1", + "version": "0.26.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",