From 24b1dace366127a665b1cd1f6ed53e7dc2921ead Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Tue, 26 Jan 2021 09:54:59 +0100 Subject: [PATCH] Prepare release 4.0.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51a457c..b767c984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.0.1 (2021-01-26) + - Add missing `capture-soft-fails` option to the XSD schema for the XML config (#417) - Fix regression that send PII even when the `send_default_pii` option is off (#425) - Fix capture of console errors when the `register_error_listener` option is disabled (#427)