summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-10-18 16:15:04 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-10-18 16:15:04 -0700
commitaa09fb89e2be2624de9db4dde914d27cbdece95c (patch)
tree1ab7b6c611b656e7a60fb1f52ddf4ce43c502d9c
parent2d93fd37e4344579713031509386ef18ac367ed4 (diff)
downloadphp-http-client-aa09fb89e2be2624de9db4dde914d27cbdece95c.zip
php-http-client-aa09fb89e2be2624de9db4dde914d27cbdece95c.tar.gz
php-http-client-aa09fb89e2be2624de9db4dde914d27cbdece95c.tar.bz2
Version Bump 3.5.0: #11 Added curlOptions property to customize curl instancev3.5.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md2
-rw-r--r--composer.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2084552..63d6261 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [3.5.0] - 2016-10-18
+### Added
+- Pull request #11: [Added curlOptions property to customize curl instance](https://github.com/sendgrid/php-http-client/pull/11)
+- Thanks to [Alain Tiemblo](https://github.com/ninsuo) for the pull request!
+
## [3.4.0] - 2016-09-27
### Added
- Pull request #9: [Add getters for certain properties](https://github.com/sendgrid/php-http-client/pull/9)
diff --git a/README.md b/README.md
index 6198e6e..22fa71a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
```json
{
"require": {
- "sendgrid/php-http-client": "3.4"
+ "sendgrid/php-http-client": "3.5"
}
}
```
diff --git a/composer.json b/composer.json
index 4756085..2ecb3c7 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "sendgrid/php-http-client",
"description": "HTTP REST client, simplified for PHP",
"type": "library",
- "version": "3.4.0",
+ "version": "3.5.0",
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0"