From 1b2eb63ce0ff12d31a033b1ed1e9149132c76d3b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 18:08:42 +0000 Subject: [PATCH] Update changelog for v0.0.121 Co-Authored-By: unknown <> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce127d71..9e1c5367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.121] - 2025-05-16 + +### Added +- [AGENT-133] Added "test" command ([#290](https://github.com/agentuity/cli/pull/290)) +- [AGENT-129] Multiple tags for a deployment ([#291](https://github.com/agentuity/cli/pull/291)) + +### Changed +- Add tag and message to deployments in CI ([#293](https://github.com/agentuity/cli/pull/293)) + +### Fixed +- [AGENT-179] Call the agent from the correct endpoint ([#294](https://github.com/agentuity/cli/pull/294)) + ## [v0.0.120] - 2025-05-14 ### Added