From 0274c05370a7bc9bb3a33838858253418bd7d14b Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 21 Dec 2019 09:51:15 +0100 Subject: [PATCH] Prepare CHANGELOG for 6.5.1 (#2481) --- CHANGELOG.md | 5 +++++ src/ClientInterface.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d731439..67738daef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 6.5.1 - 2019-12-21 + +* Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454) +* IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424) + ## 6.5.0 - 2019-12-07 * Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 0829b3607..0c8d42a1e 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -15,7 +15,7 @@ interface ClientInterface /** * @deprecated Will be removed in Guzzle 7.0.0 */ - const VERSION = '6.5.0'; + const VERSION = '6.5.1'; /** * Send an HTTP request.