From 113c3f5499d77aaedaa5bdb0b0a5998f6cff5c8a Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Tue, 19 Jan 2021 14:52:45 -0800 Subject: [PATCH] Adds changelog for #829 and #827. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..06d7cfb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +- Fixes issue where DATABASE_URL and STORAGE_BUCKET_URL could not be set to undefined. (#829) +- Fixes a bug where ingressSettings could not be set. (#827)