From 17a36dbce3a58c064f43deef2fd199364600e6b1 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 16 Nov 2022 11:15:24 +0000 Subject: [PATCH] feat: update changelog --- CHANGES.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6b467c85a..2e24c7417 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Version TBD + +## Bugs +- Fix Deletes worker using incorrect device for file deletion [#4662](https://github.com/appwrite/appwrite/pull/4662) + # Version 1.1.0 ## Features - Added support for the new Appwrite Console [#4655](https://github.com/appwrite/appwrite/pull/4655) @@ -5,13 +10,6 @@ ## Bugs - Fix license detection for Flutter and Dart SDKs [#4435](https://github.com/appwrite/appwrite/pull/4435) -- Fix missing realtime event for create function deployment [#4574](https://github.com/appwrite/appwrite/pull/4574) -- Fix Deletes worker using incorrect device to delete files from [#4662](https://github.com/appwrite/appwrite/pull/4662) -- Fix missing status, buildStderr and buildStderr from get deployment response [#4611](https://github.com/appwrite/appwrite/pull/4611) - -# Version 1.0.4 - -- Fix project pagination in DB usage collector [#4517](https://github.com/appwrite/appwrite/pull/4517) - Fix missing `status`, `buildStderr` and `buildStderr` from get deployment response [#4611](https://github.com/appwrite/appwrite/pull/4611) - Fix project pagination in DB usage aggregation [#4517](https://github.com/appwrite/appwrite/pull/4517) - Fix missing file permissions due to cache [#4661](https://github.com/appwrite/appwrite/pull/4661)