diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-27 09:15:10 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-27 09:15:10 -0700 |
commit | 9ea03457478549eacd191d6476ae78a6b868af57 (patch) | |
tree | e096d6463325a313dfa4828b65fce0ccf64b9054 | |
parent | 865e525f189bc8866a769c4878faaacf5ebd26ce (diff) | |
download | php-http-client-9ea03457478549eacd191d6476ae78a6b868af57.zip php-http-client-9ea03457478549eacd191d6476ae78a6b868af57.tar.gz php-http-client-9ea03457478549eacd191d6476ae78a6b868af57.tar.bz2 |
Version Bump v3.4.0: Add getters for certain propertiesv3.4.0
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dde6ab4..2084552 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.4.0] - 2016-09-27 +### Added +- Pull request #9: [Add getters for certain properties](https://github.com/sendgrid/php-http-client/pull/9) +- Thanks to [Arjan Keeman](https://github.com/akeeman) for the pull request! + ## [3.3.0] - 2016-09-13 ### Added - Pull request #6: [Library refactoring around PSR-2 / PSR-4 code standards](https://github.com/sendgrid/php-http-client/pull/6) @@ -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.3" + "sendgrid/php-http-client": "3.4" } } ``` diff --git a/composer.json b/composer.json index 4e02bf9..4756085 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.3.0", + "version": "3.4.0", "require-dev": { "phpunit/phpunit": "~4.4", "squizlabs/php_codesniffer": "~2.0" |