From 0700efda8d7526335132360167315fdab3aeb599 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 29 Mar 2024 14:00:05 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38df906..03f718c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.19.4 - 2024-03-29 + +- [#264](https://github.com/php-http/discovery/pull/264) - Do not report a general conflict with `sebastian/comparator` but make sure we install the correct version for our tests. + ## 1.19.3 - 2024-03-28 - [#261](https://github.com/php-http/discovery/pull/261) - explicitly mark nullable parameters as nullable (avoid deprecation in PHP 8.4)