diff --git a/CHANGELOG.md b/CHANGELOG.md index d56ca44..6a85760 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. -## 1.12.1 - 2024.01.30 +## 1.12.1 - 2024.04.15 ### Added +* Stable release for Craft CMS 5 * Add `phpstan` and `ecs` code linting * Add `code-analysis.yaml` GitHub action +* Add `create-release.yml` for automated released ### Changed * PHPstan code cleanup diff --git a/composer.json b/composer.json index 1efb8db..74a9667 100755 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ } ], "require": { - "craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.1" + "craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "require-dev": { "craftcms/ecs": "dev-main",