diff --git a/CHANGELOG.md b/CHANGELOG.md index abe60a40..76d4562e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.30.2](https://github.com/archgate/cli/compare/v0.30.1...v0.30.2) (2026-04-27) + +### Bug Fixes + +* **ci:** add DCO sign-off to release PR commits ([#239](https://github.com/archgate/cli/issues/239)) ([946e169](https://github.com/archgate/cli/commit/946e16979a3225e6d2e9353f869a9d89fa03bf8c)) +* **ci:** enable dco sign-off for renovate commits ([#234](https://github.com/archgate/cli/issues/234)) ([0397bc9](https://github.com/archgate/cli/commit/0397bc9fa439e7b8d6cb57ae75b5ed2fa3d82be2)) +* remove invalid dco option from renovate.json ([#238](https://github.com/archgate/cli/issues/238)) ([4603a84](https://github.com/archgate/cli/commit/4603a846cd2ec8eeca3a3c24f106d51f88e264c9)) + ## [0.30.1](https://github.com/archgate/cli/compare/v0.30.0...v0.30.1) (2026-04-26) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 36eff847..01fa2c39 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.30.1", + softwareVersion: "0.30.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 6b130144..52fc5d60 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.30.1" } +{ "version": "v0.30.2" } diff --git a/package.json b/package.json index 85bab6a6..27b5d6a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.30.1", + "version": "0.30.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",