diff --git a/CHANGELOG.md b/CHANGELOG.md index 18709bbf..3785f0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.35.0](https://github.com/archgate/cli/compare/v0.34.0...v0.35.0) (2026-05-11) + +### Features + +* archgate adr import — registry import command ([#296](https://github.com/archgate/cli/issues/296)) ([ba42e97](https://github.com/archgate/cli/commit/ba42e9780736725fff423355b1f45e542b98aa7a)) + ## [0.34.0](https://github.com/archgate/cli/compare/v0.33.3...v0.34.0) (2026-05-10) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index c2220c39..57eee0e1 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.34.0", + softwareVersion: "0.35.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 5d9b060c..da42b659 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.34.0" } +{ "version": "v0.35.0" } diff --git a/package.json b/package.json index 33f3b86d..334a384f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.34.0", + "version": "0.35.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",