Skip to content

Commit

Permalink
Adding changelog for 6.5.4 (#2651)
Browse files Browse the repository at this point in the history
* Adding changelog for 6.5.4

* Bump version
  • Loading branch information
Nyholm committed May 25, 2020
1 parent 0d137e9 commit a4a1b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## 6.5.4 - 2020-05-25

* Fix various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626)

## 6.5.3 - 2020-04-18

* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
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.3';
const VERSION = '6.5.4';

/**
* Send an HTTP request.
Expand Down

0 comments on commit a4a1b69

Please sign in to comment.