Skip to content

Commit

Permalink
Added change log for 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 23, 2019
1 parent 434c013 commit ebfbcda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 6.4.1 - 2019-10-23

* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
* Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar`

## 6.4.0 - 2019-10-23

* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
interface ClientInterface
{
const VERSION = '6.4.0';
const VERSION = '6.4.1';

/**
* Send an HTTP request.
Expand Down

0 comments on commit ebfbcda

Please sign in to comment.