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 434c013 commit ebfbcdaCopy full SHA for ebfbcda
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 6.4.1 - 2019-10-23
4
+
5
+* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
6
+* Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar`
7
8
## 6.4.0 - 2019-10-23
9
10
* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)
src/ClientInterface.php
@@ -12,7 +12,7 @@
12
*/
13
interface ClientInterface
14
{
15
- const VERSION = '6.4.0';
+ const VERSION = '6.4.1';
16
17
/**
18
* Send an HTTP request.
0 commit comments