diff --git a/README.md b/README.md index ea7ee00..39dab60 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,14 @@ Apache License, Version 2.0. ## ColdBox CLI Versions -The CLI matches the major version of ColdBox. **Current version: 7.10.0** +The CLI matches the major version of ColdBox. **Current version: 8** -- If you are using **ColdBox 7**, use CLI `@7` (recommended) +- If you are using **ColdBox 8**, use CLI `@8` (recommended) +- If you are using **ColdBox 7**, use CLI `@7.8.0` (recommended) - If you are using **ColdBox 6**, use CLI `@6` (legacy support) This versioning ensures you get the correct commands and features for your version of ColdBox. -## System Requirements - -- CommandBox 5.5+ - ## Installation Install the commands via CommandBox like so: diff --git a/box.json b/box.json index 9ac7c24..2deb11b 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox CLI", - "version":"7.10.0", + "version":"8.0.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 02843a7..2d6d611 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Forgot to bump it to match ColdBox version. + +## [7.10.0] - 2025-10-10 + +### Added + - Modules Inherit Entry Point defaults to `true` now - Brand new app-wizard for creating apps interactively - fix colors for ps screens @@ -145,7 +151,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/v7.8.0...HEAD +[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.10.0...HEAD +[7.10.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.10.0 [7.8.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.8.0 [7.7.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.6.0...v7.7.0 [7.6.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.5.0...v7.6.0