Skip to content

Commit

Permalink
Prepare CHANGELOG for 6.5.1 (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and gmponos committed Dec 21, 2019
1 parent 283a724 commit 0274c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Expand Up @@ -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.
Expand Down

0 comments on commit 0274c05

Please sign in to comment.