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 ba7930f commit 9d4290dCopy full SHA for 9d4290d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 6.5.5 - UNRELEASED
+## 6.5.5 - 2020-06-16
4
5
* Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle/pull/2678)
6
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.4';
+ const VERSION = '6.5.5';
19
20
21
* Send an HTTP request.
0 commit comments