diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a761b6..95f86ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.136] - 2025-05-22 + +### Added +- Add copy attributes to project when importing ([#332](https://github.com/agentuity/cli/pull/332)) +- Quality of life improvement: if disk requested is smaller than needed, will tell you and potentially adjust ([#330](https://github.com/agentuity/cli/pull/330)) +- [AGENT-130] Delete and Roll Back deployments ([#313](https://github.com/agentuity/cli/pull/313)) + ## [v0.0.135] - 2025-05-22 ### Added @@ -613,6 +620,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation +[v0.0.136]: https://github.com/agentuity/cli/compare/v0.0.135...v0.0.136 +[v0.0.135]: https://github.com/agentuity/cli/compare/v0.0.134...v0.0.135 [v0.0.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.133]: https://github.com/agentuity/cli/compare/v0.0.132...v0.0.133 [v0.0.132]: https://github.com/agentuity/cli/compare/v0.0.131...v0.0.132