diff --git a/CHANGELOG.md b/CHANGELOG.md index fee70d07..618e0833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.116] - 2025-05-05 + +### Fixed +- Missed annotation on GitInfo ([#275](https://github.com/agentuity/cli/pull/275)) +- AGENT-29 Check mask value for secrets ([#274](https://github.com/agentuity/cli/pull/274)) +- Passing CI logs URL to display GitHub action logs in the UI ([#273](https://github.com/agentuity/cli/pull/273)) + +### Changed +- Taking a walk to get the git data πŸšΆβ€β™‚οΈβ€βž‘οΈ ([#272](https://github.com/agentuity/cli/pull/272)) +- Pass on the git info from deploy to bundle when for --deploy ([#271](https://github.com/agentuity/cli/pull/271)) + ## [v0.0.115] - 2025-05-02 ### Added @@ -453,6 +464,7 @@ 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.116]: https://github.com/agentuity/cli/compare/v0.0.115...v0.0.116 [v0.0.115]: https://github.com/agentuity/cli/compare/v0.0.114...v0.0.115 [v0.0.114]: https://github.com/agentuity/cli/compare/v0.0.113...v0.0.114 [v0.0.113]: https://github.com/agentuity/cli/compare/v0.0.112...v0.0.113