From 679fd665070ce3bc5beae17b01fe0cd169dbc8bb Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 19 Dec 2022 08:35:02 +0000 Subject: [PATCH] add to changelog --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0ba56af24..c45f7cbab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Version 1.2.0 + +## Features + +- Password history setting allows to save user's last used password so that it may not be used again. Maximum number of history saved is 20, which can be configured [#4866](https://github.com/appwrite/appwrite/pull/4866) + +## Bugs - Fix invited account verified status [#4776](https://github.com/appwrite/appwrite/pull/4776) - Get default region from environment on project create [#4780](https://github.com/appwrite/appwrite/pull/4780)