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 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