diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f9488f..df2ec131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.2](https://github.com/archgate/cli/compare/v0.8.1...v0.8.2) (2026-03-03) + +### Bug Fixes + +* **ci:** upgrade npm to v11 for OIDC trusted publishing ([#41](https://github.com/archgate/cli/issues/41)) ([3a3e490](https://github.com/archgate/cli/commit/3a3e49049af949e260de32aaf56cf3699473b88a)) + ## [0.8.1](https://github.com/archgate/cli/compare/v0.8.0...v0.8.1) (2026-03-03) ### Bug Fixes diff --git a/package.json b/package.json index 60f80d85..1389b5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.8.1", + "version": "0.8.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "Apache-2.0",