diff --git a/CHANGELOG.md b/CHANGELOG.md index ae83313..89d3e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.36.2](https://github.com/archgate/cli/compare/v0.36.1...v0.36.2) (2026-05-11) + +### Bug Fixes + +* **ci:** resolve smoke test race condition and add explicit CodeQL workflow ([#308](https://github.com/archgate/cli/issues/308)) ([f88bb7e](https://github.com/archgate/cli/commit/f88bb7edbc72ee8ee60f5fe46ad31bb74b5ca659)), closes [#279](https://github.com/archgate/cli/issues/279) + ## [0.36.1](https://github.com/archgate/cli/compare/v0.36.0...v0.36.1) (2026-05-11) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 877585c..639d9ed 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.36.1", + softwareVersion: "0.36.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 58880bf..765fbc9 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.36.1" } +{ "version": "v0.36.2" } diff --git a/package.json b/package.json index 0c4278b..3fb6142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.36.1", + "version": "0.36.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",