1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

4.1.2 release

This commit is contained in:
Michael Dowling 2014-06-18 11:22:41 -07:00
parent 799acd437a
commit 095cf4db55
3 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
4.1.2 (2014-06-18)
------------------
* Added support for sending payloads with GET requests
4.1.1 (2014-06-08)
------------------

View File

@ -13,7 +13,7 @@ use GuzzleHttp\Exception\AdapterException;
*/
interface ClientInterface extends HasEmitterInterface
{
const VERSION = '4.1.1';
const VERSION = '4.1.2';
/**
* Create and return a new {@see RequestInterface} object.

View File

@ -138,6 +138,7 @@ final class RequestEvents
*
* @return array
* @throws \InvalidArgumentException if the event config is invalid
* @internal
*/
public static function convertEventArray(
array $options,