diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f4e443..fcd93f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.10.0](https://github.com/archgate/cli/compare/v0.9.3...v0.10.0) (2026-03-15) + +### Features + +* **docs:** maximize SEO discoverability ([#58](https://github.com/archgate/cli/issues/58)) ([4d8b04e](https://github.com/archgate/cli/commit/4d8b04e27202a9ccee7474458a672bfd1c623f79)) + +### Bug Fixes + +* **ci:** prevent release workflow self-cancellation ([#60](https://github.com/archgate/cli/issues/60)) ([63dd9c2](https://github.com/archgate/cli/commit/63dd9c22789eef0cce230f597a1aaad235cf65cd)) + ## [0.9.3](https://github.com/archgate/cli/compare/v0.9.2...v0.9.3) (2026-03-14) ### Bug Fixes diff --git a/package.json b/package.json index 664b160d..026c7c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.9.3", + "version": "0.10.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "Apache-2.0",