Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4a1b69

Browse files
authored
Adding changelog for 6.5.4 (#2651)
* Adding changelog for 6.5.4 * Bump version
1 parent 0d137e9 commit a4a1b69

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 6.5.4 - 2020-05-25
4+
5+
* Fix various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626)
6+
37
## 6.5.3 - 2020-04-18
48

59
* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ClientInterface
1515
/**
1616
* @deprecated Will be removed in Guzzle 7.0.0
1717
*/
18-
const VERSION = '6.5.3';
18+
const VERSION = '6.5.4';
1919

2020
/**
2121
* Send an HTTP request.

0 commit comments

Comments
 (0)