From 6c2fbec22baa9793db815dec3bcd825b4484886b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 30 Sep 2022 14:27:46 +0200 Subject: [PATCH] chore: add changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 702d9ebf31..39465ca8d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Version 1.0.2 ## Bugs - Fixed default value for creating Boolean Attribute [#4040](https://github.com/appwrite/appwrite/pull/404) -- Fixed migration for audit by migrating the `time` attribute [4038](https://github.com/appwrite/appwrite/pull/4038) +- Fixed migration for audit by migrating the `time` attribute [#4038](https://github.com/appwrite/appwrite/pull/4038) +- Fixed phone authentication code to be hashed in the internal database [#3906](https://github.com/appwrite/appwrite/pull/3906) # Version 1.0.1 ## Bugs