From e19a4bcf62016696c37d1acca4cc42bf6b9ec01b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:12:04 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.161 - Add support for multiple deployment tags in bundle command (#422) Co-Authored-By: unknown <> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cbfe46..42a0f4d9 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.161] - 2025-07-16 + +### Added +- Support for multiple deployment tags in bundle command ([#422](https://github.com/agentuity/cli/pull/422)) + ## [v0.0.159] - 2025-07-15 ### Fixed From fc75568cd6b47fd1044b392b346398ec3a555a75 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:58:21 +0000 Subject: [PATCH 2/2] Add missing v0.0.160 release entry as requested by jhaynie Co-Authored-By: unknown <> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a0f4d9..d1e387e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for multiple deployment tags in bundle command ([#422](https://github.com/agentuity/cli/pull/422)) +## [v0.0.160] - 2025-07-15 + +### Added +- Support for preview environments ([#418](https://github.com/agentuity/cli/pull/418)) + ## [v0.0.159] - 2025-07-15 ### Fixed