Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d137e9 commit a4a1b69Copy full SHA for a4a1b69
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 6.5.4 - 2020-05-25
4
+
5
+* Fix various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626)
6
7
## 6.5.3 - 2020-04-18
8
9
* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
src/ClientInterface.php
@@ -15,7 +15,7 @@ interface ClientInterface
15
/**
16
* @deprecated Will be removed in Guzzle 7.0.0
17
*/
18
- const VERSION = '6.5.3';
+ const VERSION = '6.5.4';
19
20
21
* Send an HTTP request.
0 commit comments