Skip to content

Commit ebfbcda

Browse files
committed
Added change log for 6.4.1
1 parent 434c013 commit ebfbcda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## 6.4.0 - 2019-10-23
49

510
* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
interface ClientInterface
1414
{
15-
const VERSION = '6.4.0';
15+
const VERSION = '6.4.1';
1616

1717
/**
1818
* Send an HTTP request.

0 commit comments

Comments
 (0)