diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed85172..c0459706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.31.1](https://github.com/archgate/cli/compare/v0.31.0...v0.31.1) (2026-04-29) + +### Bug Fixes + +* **ci:** revert SLSA reusable workflow to tag pin ([#250](https://github.com/archgate/cli/issues/250)) ([f350bce](https://github.com/archgate/cli/commit/f350bce0a12ad82c89aa297cc411f7cecefd2c91)), closes [#245](https://github.com/archgate/cli/issues/245) +* **ci:** use GH App token for release PR job to trigger CI naturally ([#252](https://github.com/archgate/cli/issues/252)) ([6c9acd0](https://github.com/archgate/cli/commit/6c9acd032b5434b1f6c9636df4336882e7f426e6)), closes [#131](https://github.com/archgate/cli/issues/131) + ## [0.31.0](https://github.com/archgate/cli/compare/v0.30.2...v0.31.0) (2026-04-29) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 675b7ac5..64d42e5d 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.31.0", + softwareVersion: "0.31.1", 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 223d7069..1e61b750 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.31.0" } +{ "version": "v0.31.1" } diff --git a/package.json b/package.json index 5a44baee..59036331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.31.0", + "version": "0.31.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",