diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd93f71..2342047c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.11.0](https://github.com/archgate/cli/compare/v0.10.0...v0.11.0) (2026-03-16) + +### Features + +* add `archgate plugin` command group ([#61](https://github.com/archgate/cli/issues/61)) ([24950b4](https://github.com/archgate/cli/commit/24950b4f7874754ddd8d7f923add23c52090ae86)) + +### Bug Fixes + +* **docs:** sync pt-br translations with English source ([#64](https://github.com/archgate/cli/issues/64)) ([e1dd6b7](https://github.com/archgate/cli/commit/e1dd6b792d0ece21a9f7ee3d76c0385717b2f5cb)) + ## [0.10.0](https://github.com/archgate/cli/compare/v0.9.3...v0.10.0) (2026-03-15) ### Features diff --git a/package.json b/package.json index 026c7c93..c07417ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.10.0", + "version": "0.11.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "Apache-2.0",