summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ab35ebb..dde6ab4 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.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)
+- Thanks to [Alexandr Ivanov](https://github.com/misantron) for the pull request!
+
## [3.1.0] - 2016-06-10
### Added
- Automatically add Content-Type: application/json when there is a request body
diff --git a/README.md b/README.md
index 2360d1e..c1fdd11 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.*"
+ "sendgrid/php-http-client": "3.3"
}
}
```
diff --git a/composer.json b/composer.json
index e66c4f6..4e02bf9 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.1.0",
+ "version": "3.3.0",
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0"