From 223bb976f6cefe17670e1d5c20c107a606c3800d Mon Sep 17 00:00:00 2001 From: Nadar Date: Tue, 23 Apr 2024 07:46:53 +0000 Subject: [PATCH] Update CHANGELOG.md with version 5.0.3 and release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289d70d1b..74473093d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). -## 5.0.3 () +## 5.0.3 (23. April 2024) + [#759](https://github.com/luyadev/luya-module-admin/pull/759) Prevent `Bcrypt password must not contain null character` errors by using generateRandomString for auth_key encryption.