Skip to content

Commit dbc2bc3

Browse files
authored
Prepare version 6.5 (#2420)
* Prepare version 6.5 * Updated date
1 parent 8f53f9f commit dbc2bc3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 6.5.0 - 2019-11-07
4+
5+
* Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143)
6+
* Improvement: Added support to pass arbitrary options to `curl_multi_init`. [#2287](https://github.com/guzzle/guzzle/pull/2287)
7+
* Fix: Gracefully handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/guzzle/pull/2132)
8+
* Fix: `RetryMiddleware` did not do exponential delay between retires due unit mismatch. [#2132](https://github.com/guzzle/guzzle/pull/2132)
9+
* Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348)
10+
* Deprecated `ClientInterface::VERSION`
11+
312
## 6.4.1 - 2019-10-23
413

514
* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that

src/ClientInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ClientInterface
1515
/**
1616
* @deprecated Will be removed in Guzzle 7.0.0
1717
*/
18-
const VERSION = '6.4.1';
18+
const VERSION = '6.5.0';
1919

2020
/**
2121
* Send an HTTP request.

0 commit comments

Comments
 (0)