From 27d960def4c9136b51fbb76302c1de68cdcf2c40 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 25 Mar 2024 11:32:55 -0700 Subject: [PATCH] Add 1.5.4 to CHANGES.md --- CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ced1b92f5..2726da52f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,15 @@ ## What's Changed ### Fixes -* Fix function build command by @abnegate in https://github.com/appwrite/appwrite/pull/7813 +* Fix function build command in [#7813](https://github.com/appwrite/appwrite/pull/7813) +* Bump executor version to fix docker conflict error in [#7804](https://github.com/appwrite/appwrite/pull/7804) +* Fix webhooks failed connection in [#7848](https://github.com/appwrite/appwrite/pull/7848) +* Fix msg91 params in [#7824](https://github.com/appwrite/appwrite/pull/7824) +* Fix functions domain permissions in [#7853](https://github.com/appwrite/appwrite/pull/7853) + +### Miscellaneous + +* Bump console to version 4.0.5 in [#7863](https://github.com/appwrite/appwrite/pull/7863) # Version 1.5.3 ## What's Changed