1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

Prepare CHANGELOG for 6.5.1 (#2481)

This commit is contained in:
Tobias Nyholm 2019-12-21 09:51:15 +01:00 committed by Mponos George
parent 283a72430a
commit 0274c05370
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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.