summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-05-11 12:26:52 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-05-11 12:26:52 -0700
commit680ef8aa15d7b5636cb045bfb40546ac142b3728 (patch)
treeb97c1b6f8048c248b8be60732b7710aee0b3658a
parentb8aa79e54e444374c5f25e0bef27730f0fbe074b (diff)
downloadphp-http-client-680ef8aa15d7b5636cb045bfb40546ac142b3728.zip
php-http-client-680ef8aa15d7b5636cb045bfb40546ac142b3728.tar.gz
php-http-client-680ef8aa15d7b5636cb045bfb40546ac142b3728.tar.bz2
Version Bump v2.0.1v2.0.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--composer.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80ef5eb..897a7f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [2.0.1] - 2016-02-29
+### Fixed
+- Renaming files to conform to PSR-0
+
## [1.0.1] - 2016-02-29
### Fixed
- Composer/Packagist install issues resolved
diff --git a/composer.json b/composer.json
index 4316aad..d8daa29 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": "1.0.1",
+ "version": "2.0.1",
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "2.*"