diff --git a/CHANGELOG.md b/CHANGELOG.md index f0613e9..4cfe2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2025-04-24 +### Added +- New database option: MySQL. +- New configuration option: `options.environment.database.rootPassword`. + +### Changed +- Changed the default database for new environments to MySQL (from SQLite). + ## [1.0.4] - 2025-04-24 ### Fixed - Fixed a critical autoloading issue after the package is globally installed. diff --git a/README.md b/README.md index 44e1b33..61a8f8b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Loom Spinner CLI
-
+