diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7dbb9..67390b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.1 - 2024-10-01 ### Fixed - Fixed bug encountered when using pre-defined image transforms. ([#43](https://github.com/doublesecretagency/craft-adwizard/issues/43)) diff --git a/composer.json b/composer.json index 5282147..fb42870 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "doublesecretagency/craft-adwizard", "description": "Easily manage custom advertisements on your website.", "type": "craft-plugin", - "version": "4.1.0", + "version": "4.1.1", "keywords": [ "craft", "cms", @@ -23,7 +23,7 @@ } ], "require": { - "craftcms/cms": "^5.0.0-beta" + "craftcms/cms": "^5.0.0" }, "autoload": { "psr-4": {