diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cabfd6d..e467ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/KeeperHub/cli/compare/v0.11.0...v0.12.0) (2026-07-24) + + +### Features + +* link workflows to projects and tags ([2ac6356](https://github.com/KeeperHub/cli/commit/2ac63569667b1cf9938765e66375ce67f15aba94)) +* link workflows to projects and tags ([19320a8](https://github.com/KeeperHub/cli/commit/19320a8fd56e72ae5ae4cf893540cdc14b71c39a)) + ## [0.11.0](https://github.com/KeeperHub/cli/compare/v0.10.0...v0.11.0) (2026-07-23)