diff --git a/CHANGELOG.md b/CHANGELOG.md index 034b55ea..c76d3247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.9.1](https://github.com/archgate/cli/compare/v0.9.0...v0.9.1) (2026-03-13) + +### Bug Fixes + +* pipeline credentials for release ([#49](https://github.com/archgate/cli/issues/49)) ([788961c](https://github.com/archgate/cli/commit/788961c6bc9c278e4528bd6f302c499e40f44abc)) + ## 0.9.0 (2026-03-12) ### Features diff --git a/package.json b/package.json index a9877231..c018ad0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.9.0", + "version": "0.9.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "Apache-2.0",