From 9893bc166a964de428ec0d68f6ed13841a9507af Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 14 Sep 2022 17:55:10 +0530 Subject: [PATCH] feat: update changelog --- CHANGES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6ae29ee5fa..34bb192984 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,8 +40,6 @@ - Fixed a bug where you could not search users by phone [#3619](https://github.com/appwrite/appwrite/pull/3619) - Fixed a bug where unaccepted invitations would grant access to projects [#3738](https://github.com/appwrite/appwrite/pull/3738) -**Full Changelog**: https://github.com/appwrite/appwrite/compare/0.15.3...1.0.0 - # Version 0.15.3 ## Features - Added hint during Installation for DNS Configuration by @PineappleIOnic in https://github.com/appwrite/appwrite/pull/2450