diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a737b50..0f53dd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.113] - 2025-04-29 + +### Added +- Make sure agent create has a reference to the template so we can reference it in interpolation ([#251](https://github.com/agentuity/cli/pull/251)) + +### Changed +- DevMode: debounce hot reloads ([#250](https://github.com/agentuity/cli/pull/250)) + +## [v0.0.112] - 2025-04-29 + +### Fixed +- Enhance Windows MSI upgrade with better fallbacks and error handling ([#249](https://github.com/agentuity/cli/pull/249)) + ## [v0.0.111] - 2025-04-29 ### Fixed @@ -414,6 +427,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks during development mode - Added project import checks for new agent creation +[v0.0.113]: https://github.com/agentuity/cli/compare/v0.0.112...v0.0.113 +[v0.0.112]: https://github.com/agentuity/cli/compare/v0.0.111...v0.0.112 +[v0.0.111]: https://github.com/agentuity/cli/compare/v0.0.110...v0.0.111 [v0.0.110]: https://github.com/agentuity/cli/compare/v0.0.109...v0.0.110 [v0.0.109]: https://github.com/agentuity/cli/compare/v0.0.108...v0.0.109 [v0.0.108]: https://github.com/agentuity/cli/compare/v0.0.107...v0.0.108