From 82fe4c73ef3363caed49ff8dd1539ba06044910d Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 2 Oct 2024 13:19:58 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f718c..a74e5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.20.0 - 2024-10-02 + +- [#268](https://github.com/php-http/discovery/pull/268) - Do not attempt to update lock file when it is not existing. +- [#267](https://github.com/php-http/discovery/pull/267) - Test with PHP 8.3 and 8.4 +- [#266](https://github.com/php-http/discovery/pull/266) - If wrapped client implements factories, use those instead of discovering new factories. + ## 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.