diff --git a/CHANGELOG.md b/CHANGELOG.md index d4be09d7..3ccf9b72 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.144] - 2025-06-03 + +### Fixed +- Fixed terminal cursor disappearing after breaking change error by returning error instead of os.Exit(1) ([#373](https://github.com/agentuity/cli/pull/373)) +- Fixed issue with agent casing not being considered ([#372](https://github.com/agentuity/cli/pull/372)) +- Fixed filtering of environment variables and secrets that are internal ([#371](https://github.com/agentuity/cli/pull/371)) + ## [v0.0.143] - 2025-05-30 ### Changed @@ -686,6 +693,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.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.143]: https://github.com/agentuity/cli/compare/v0.0.142...v0.0.143 [v0.0.142]: https://github.com/agentuity/cli/compare/v0.0.141...v0.0.142 [v0.0.141]: https://github.com/agentuity/cli/compare/v0.0.140...v0.0.141