From 99abb200d64e4e9c809e9be28abddd16e1fe0073 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 11 Oct 2022 22:56:55 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index df303e855..60c6c7117 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Version 1.0.3 +## Bugs +- Fix document audit deletion [#4429](https://github.com/appwrite/appwrite/pull/4429) +- Fix attribute, index, and audit deletion [#4429](https://github.com/appwrite/appwrite/pull/4429) + # Version 1.0.2 ## Bugs - Fixed nullable values in functions variables [#3885](https://github.com/appwrite/appwrite/pull/3885)