diff --git a/CHANGELOG.md b/CHANGELOG.md index a08ba856..6cb210ab 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.90] - 2025-04-14 + +### Added +- Add support for managing API Keys from CLI ([#186](https://github.com/agentuity/cli/pull/186)) + +### Fixed +- Make sure we set the working directory when running the project dev command since we could be using --dir + ## [v0.0.89] - 2025-04-10 ### Added @@ -254,6 +262,8 @@ 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.90]: https://github.com/agentuity/cli/compare/v0.0.89...v0.0.90 +[v0.0.89]: https://github.com/agentuity/cli/compare/v0.0.88...v0.0.89 [v0.0.88]: https://github.com/agentuity/cli/compare/v0.0.87...v0.0.88 [v0.0.87]: https://github.com/agentuity/cli/compare/v0.0.86...v0.0.87 [v0.0.73]: https://github.com/agentuity/cli/compare/v0.0.72...v0.0.73