Skip to content

Commit

Permalink
Prepare release of 6.5.3 (#2613)
Browse files Browse the repository at this point in the history
* Prepare release of 6.5.3

* Typo

* Updated date

* Updated constant
  • Loading branch information
Nyholm committed Apr 18, 2020
1 parent 3325c9d commit aab4ebd
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.3 - 2020-04-18

* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
* Remove use of internal functions [#2548](https://github.com/guzzle/guzzle/pull/2548)

## 6.5.2 - 2019-12-23

* idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)
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.1';
const VERSION = '6.5.3';

/**
* Send an HTTP request.
Expand Down

0 comments on commit aab4ebd

Please sign in to comment.