diff --git a/CHANGELOG.md b/CHANGELOG.md index c0459706..0ed0f828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.31.2](https://github.com/archgate/cli/compare/v0.31.1...v0.31.2) (2026-05-02) + +### Bug Fixes + +* **ci:** remove backfill-attestations workflow ([#258](https://github.com/archgate/cli/issues/258)) ([6a32d09](https://github.com/archgate/cli/commit/6a32d09e01187aa794d99ecb5b7da1e9ab172c00)) + ## [0.31.1](https://github.com/archgate/cli/compare/v0.31.0...v0.31.1) (2026-04-29) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index ea629b82..7fd519e4 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.1", + softwareVersion: "0.31.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 1e61b750..dfaf9d8c 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.31.1" } +{ "version": "v0.31.2" } diff --git a/package.json b/package.json index 93ec8c71..6ad1216e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.31.1", + "version": "0.31.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",