From cbd486cdf5b9d1933e0dad1c72a84269397ca931 Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Wed, 20 Oct 2021 09:42:14 +0200 Subject: [PATCH] Prepare release `4.2.4` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82af0a8b..2a69503f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.2.4 (2021-10-20) + - Add return typehints to the methods of the `SentryExtension` class to prepare for Symfony 6 (#563) - Fix setting the IP address on the user context when it's not available (#565) - Fix wrong method existence check in `TracingDriverConnection::errorCode()` (#568)