From 5e561d01bd589029699aedf3e3d10047ed2683fd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:24:17 +0000 Subject: [PATCH] Update changelog for CLI v0.0.179 Co-Authored-By: unknown <> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ede5a5..52a6321d 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.179] - 2025-10-23 + +### Changed +- Bump to go-common 1.0.111 ([#475](https://github.com/agentuity/cli/pull/475)) + +### Fixed +- Corrected the API endpoint used for creating evals ([#477](https://github.com/agentuity/cli/pull/477)) + ## [v0.0.176] - 2025-10-14 ### Changed @@ -915,6 +923,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.179]: https://github.com/agentuity/cli/compare/v0.0.178...v0.0.179 +[v0.0.178]: https://github.com/agentuity/cli/compare/v0.0.177...v0.0.178 +[v0.0.177]: https://github.com/agentuity/cli/compare/v0.0.176...v0.0.177 [v0.0.176]: https://github.com/agentuity/cli/compare/v0.0.175...v0.0.176 [v0.0.175]: https://github.com/agentuity/cli/compare/v0.0.174...v0.0.175 [v0.0.174]: https://github.com/agentuity/cli/compare/v0.0.173...v0.0.174