diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfe2a8..34ceca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2025-04-26 +### Fixed +- Fixed a critical bug where environments could not be destroyed if using a MySQL database. +- Fixed a critical bug where PDO extensions were not installed in the container, causing MySQL driver errors. + ## [1.1.0] - 2025-04-24 ### Added - New database option: MySQL. diff --git a/README.md b/README.md index 61a8f8b..9945c45 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Loom Spinner CLI

-Version 1.1.0 +Version 1.1.1

A streamlined environment management tool for PHP developers. diff --git a/composer.json b/composer.json index eb6bd2e..6e1e6da 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "loomlabs/loom-spinner-cli", "description": "A simple command-line Docker environment spinner for PHP.", - "version": "1.1.0", + "version": "1.1.1", "autoload": { "psr-4": { "Loom\\Spinner\\": "src/"