File tree 3 files changed +7
-2
lines changed
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.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 3.5.0] - 2016-10-18
7
+ ### Added
8
+ - Pull request #11 : [ Added curlOptions property to customize curl instance] ( https://github.com/sendgrid/php-http-client/pull/11 )
9
+ - Thanks to [ Alain Tiemblo] ( https://github.com/ninsuo ) for the pull request!
10
+
6
11
## [ 3.4.0] - 2016-09-27
7
12
### Added
8
13
- Pull request #9 : [ Add getters for certain properties] ( https://github.com/sendgrid/php-http-client/pull/9 )
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.4 "
24
+ "sendgrid/php-http-client" : " 3.5 "
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.4 .0" ,
5
+ "version" : " 3.5 .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