diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7394e..ab9fdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes for Password Policy +## 5.0.2.1 - 2024-12-19 +### Fixed +- Fixed `Failed to instantiate component or class` on the assetbundle [Thanks niektenhoopen](https://github.com/craftpulse/craft-password-policy/pull/33) + ## 5.0.2 - 2024-12-16 ### Fixed - Fixed native type class constant as those are only allowed from PHP8.3+ diff --git a/composer.json b/composer.json index 6e4f55e..214e2dc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "craftpulse/craft-password-policy", "description": "Password Policy plugin", "type": "craft-plugin", - "version": "5.0.2", + "version": "5.0.2.1", "keywords": [ "craft", "cms",