From 9683e6d30d000ef998919261329d825de7c53499 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 15 Nov 2019 09:54:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fd891..74bb0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.1 (2019-11-15) + + * Reverted CorsListener priority change as it was interfering with normal operations. The priority is back at 250. + ### 2.0.0 (2019-11-12) * BC Break: Downgraded CorsListener priority from 250 to 28, this should not affect anyone but could be a source in case of strange bugs