diff --git a/updates/version.yaml b/updates/version.yaml index 7ae17622..9a7ce8e1 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -66,4 +66,5 @@ 1.4.5: Added token fallback process to Account / Reset Password components when parameter is missing. 1.4.6: Fixes Auth::register method signature mismatch with core OctoberCMS Auth library 1.4.7: Fixes redirect bug in Account component / Update translations and separate user and group management. -1.4.8: Fixes a bug where calling MailBlocker::removeBlock could remove all mail blocks for the user. \ No newline at end of file +1.4.8: Fixes a bug where calling MailBlocker::removeBlock could remove all mail blocks for the user. +1.5.0: !!! Required password length is now a minimum of 8 characters. Previous passwords will not be affected until the next password change.