diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cc181..6155b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the package will be documented in this file. +## v4.2.1 - 2024-10-31 + +- Fix `certificate_pem` validation rule to also work with 76 character lines of base64 + ## v4.2.0 - 2024-08-19 - Dispatch event upon registry cache if content has changed @@ -24,6 +28,10 @@ All notable changes to the package will be documented in this file. - Remove deprecated HtmlField + related code - Deprecate AttributeQuery classes +## v3.7.2 - 2024-10-31 + +- Fix `certificate_pem` validation rule to also work with 76 character lines of base64 + ## v3.7.1 - 2024-02-27 - Fix RuleParser issue with Rule expected to be a string, while a class or callback