File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 3.7.0] - 2017-05-04
7
+ ### Added
8
+ - Pull request #19 : [ Added ability to get headers as associative array] ( https://github.com/sendgrid/php-http-client/pull/19 )
9
+ - Solves issue #361 : [ https://github.com/sendgrid/sendgrid-php/issues/361 ] ( https://github.com/sendgrid/sendgrid-php/issues/361 )
10
+ - Thanks to [ Alexander] ( https://github.com/mazanax ) for the pull request!
11
+
6
12
## [ 3.6.0] - 2017-03-01
7
13
### Added
8
14
- Pull request #16 : [ Pass the curlOptions to the client in buildClient] ( https://github.com/sendgrid/php-http-client/pull/16 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
21
21
``` json
22
22
{
23
23
"require" : {
24
- "sendgrid/php-http-client" : " ~3.6 "
24
+ "sendgrid/php-http-client" : " ~3.7 "
25
25
}
26
26
}
27
27
```
Original file line number Diff line number Diff line change 2
2
"name" : " sendgrid/php-http-client" ,
3
3
"description" : " HTTP REST client, simplified for PHP" ,
4
4
"type" : " library" ,
5
- "version" : " 3.6 .0" ,
5
+ "version" : " 3.7 .0" ,
6
6
"require-dev" : {
7
7
"phpunit/phpunit" : " ~4.4" ,
8
8
"squizlabs/php_codesniffer" : " ~2.0"
You can’t perform that action at this time.
0 commit comments