diff --git a/CHANGELOG.md b/CHANGELOG.md index 3146f0d..efcd46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.28.0](https://github.com/archgate/cli/compare/v0.27.0...v0.28.0) (2026-04-14) + +### Features + +* **telemetry:** fix command/exit-code tracking and enrich events ([#206](https://github.com/archgate/cli/issues/206)) ([d798061](https://github.com/archgate/cli/commit/d798061f76f890fa4b75e0559d874fb6e406c7c9)) + +### Bug Fixes + +* address valid AI quality findings ([#202](https://github.com/archgate/cli/issues/202)) ([8c63cd6](https://github.com/archgate/cli/commit/8c63cd6154fe2049d911802d1ac155b55fc6acc4)) + ## [0.27.0](https://github.com/archgate/cli/compare/v0.26.2...v0.27.0) (2026-03-31) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index da4f5d9..bcc7e72 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.27.0", + softwareVersion: "0.28.0", 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 59cc247..b86d88f 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.27.0" } +{ "version": "v0.28.0" } diff --git a/package.json b/package.json index 801a153..2d99cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.27.0", + "version": "0.28.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",