diff --git a/CHANGELOG.md b/CHANGELOG.md index 657f17e9..1f484c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.131] - 2025-05-20 + +### Added +- Added headless import functionality for non-interactive project imports ([#318](https://github.com/agentuity/cli/pull/318)) + +### Fixed +- Fixed release workflow by removing invalid subject-checksums-type parameter ([#319](https://github.com/agentuity/cli/pull/319)) + ## [v0.0.130] - 2025-05-20 ### Fixed @@ -575,6 +583,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation +[v0.0.131]: https://github.com/agentuity/cli/compare/v0.0.130...v0.0.131 [v0.0.130]: https://github.com/agentuity/cli/compare/v0.0.129...v0.0.130 [v0.0.129]: https://github.com/agentuity/cli/compare/v0.0.128...v0.0.129 [v0.0.128]: https://github.com/agentuity/cli/compare/v0.0.127...v0.0.128