From 4b5796901c526cadea57a82daa56059f93fbcfa5 Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Sun, 18 Apr 2021 23:04:42 +0200 Subject: [PATCH] Prepare release 4.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ffd34b..a2184186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog ## Unreleased -- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472) +## 4.1.0 (2021-04-19) + +- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472) - Add support for distributed tracing of Symfony request events (#423) - Add support for distributed tracing of Twig template rendering (#430) - Add support for distributed tracing of SQL queries while using Doctrine DBAL (#426) @@ -13,6 +15,7 @@ - Lower the required version of `symfony/psr-http-message-bridge` to allow installing it on a project that uses Symfony `3.4.x` components only (#480) ## 4.0.3 (2021-03-03) + - Fix regression from #454 for `null` value on DSN not disabling Sentry (#457) ## 4.0.2 (2021-03-03)