File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.5.1] - 2016-11-17
7+ ### Fixed
8+ - Pull request #13 , fixed issue #12 : [ Change from to php union operator to combine curl options] ( https://github.com/sendgrid/php-http-client/pull/13 )
9+ - Thanks to [ emil] ( https://github.com/emilva ) for the pull request!
10+
611## [ 3.5.0] - 2016-10-18
712### Added
813- Pull request #11 : [ Added curlOptions property to customize curl instance] ( https://github.com/sendgrid/php-http-client/pull/11 )
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
2121``` json
2222{
2323 "require" : {
24- "sendgrid/php-http-client" : " 3.5"
24+ "sendgrid/php-http-client" : " 3.5.1 "
2525 }
2626}
2727```
Original file line number Diff line number Diff line change 22 "name" : " sendgrid/php-http-client" ,
33 "description" : " HTTP REST client, simplified for PHP" ,
44 "type" : " library" ,
5- "version" : " 3.5.0 " ,
5+ "version" : " 3.5.1 " ,
66 "require-dev" : {
77 "phpunit/phpunit" : " ~4.4" ,
88 "squizlabs/php_codesniffer" : " ~2.0"
You can’t perform that action at this time.
0 commit comments