Skip to content

Commit

Permalink
Merge pull request #2381 from Nyholm/641
Browse files Browse the repository at this point in the history
Added change log for 6.4.1
  • Loading branch information
sagikazarmark committed Oct 23, 2019
2 parents 57d54bc + ebfbcda commit 0895c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -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
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 0895c93

Please sign in to comment.