From 5e019a0d244e91267b01f685fc8137e3b42a120a Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 10 Mar 2026 23:55:27 +0000 Subject: [PATCH 1/2] Version bump --- box.json | 2 +- changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index 5612f92..6349922 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox CLI", - "version":"8.6.0", + "version":"8.7.0", "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip", "slug":"coldbox-cli", "author":"Ortus Solutions, Corp", diff --git a/changelog.md b/changelog.md index 4995fbd..347e6f7 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.6.0] - 2026-03-10 + ## [8.5.0] - 2026-03-09 ### Added @@ -275,7 +277,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.5.0...HEAD +[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.6.0...HEAD +[8.6.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.5.0...v8.6.0 [8.5.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.4.0...v8.5.0 [8.4.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.3.0...v8.4.0 [8.3.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.2.0...v8.3.0 From 815582a5a738e5ba5fb6e7236163ac8fb3309965 Mon Sep 17 00:00:00 2001 From: David Paul Belanger Date: Thu, 12 Mar 2026 11:31:20 -0300 Subject: [PATCH 2/2] Rename update to be specific to coldbox ai --- commands/coldbox/ai/refresh.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/coldbox/ai/refresh.cfc b/commands/coldbox/ai/refresh.cfc index f474d70..3727969 100644 --- a/commands/coldbox/ai/refresh.cfc +++ b/commands/coldbox/ai/refresh.cfc @@ -6,7 +6,7 @@ * coldbox ai refresh * coldbox ai update */ -component extends="coldbox-cli.models.BaseAICommand" aliases="update" { +component extends="coldbox-cli.models.BaseAICommand" aliases="coldbox ai update" { /** * Run the command