From e97af1deb5496d8b3b1b4add1e2b92806d37580a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 20 Jul 2020 09:10:37 +0100 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa7a4b..1a7b201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.3.0 - 2020-07-21 + +### Fixed + +- HttpMethodsClient with PSR RequestFactory +- Bug in the cookie plugin with empty cookies +- Bug when parsing null-valued date headers + +### Changed + +- Deprecation when constructing a HttpMethodsClient with PSR RequestFactory but without a StreamFactory + ## 2.2.1 - 2020-07-13 ### Fixed