diff --git a/CHANGES b/CHANGES index b78ba180..f8fd593b 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ Here you can see the full list of changes between each Flask-Login release. Version 0.5.0 ------------- +Released on February 9th, 2020 + - New custom test client: `flask_login.FlaskLoginClient`. You can use this to write clearer automated tests. #431 - Prefix authenticated user_id, remember, and remember_seconds in Flask Session