diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f22a9..626063c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to `skipper` will be documented in this file. The skipper release archive can be found on [the github repo](https://github.com/tiknil/skipper/releases) +## 0.2.2 - 2024-03-15 + +**Features** + +- Feature: `mysql` command: Start a MySQL shell +- Feature: `ide-helper` command: Perform default ide-helper command for laravel models + ## 0.2.1 - 2023-06-30 **Bugfixes** diff --git a/composer.json b/composer.json index c2ac544..f180efc 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": [ "laravel", "docker", "cli" ], "type": "library", "license": "MIT", - "version": "0.2.1", + "version": "0.2.2", "bin": [ "bin/skipper" ],