From d6072a3191179ad4828447e6efd151ae14d79e0d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:08:17 +0000 Subject: [PATCH] Update changelog for v0.0.174 Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c448e9..e3e9dd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.174] - 2025-10-10 + +### Changed +- Updated go-common dependency to v1.0.103 + ## [v0.0.171] - 2025-10-03 ### Added @@ -881,6 +886,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.174]: https://github.com/agentuity/cli/compare/v0.0.173...v0.0.174 [v0.0.171]: https://github.com/agentuity/cli/compare/v0.0.170...v0.0.171 [v0.0.170]: https://github.com/agentuity/cli/compare/v0.0.169...v0.0.170 [v0.0.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169