We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aa79e commit 680ef8aCopy full SHA for 680ef8a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.0.1] - 2016-02-29
6
+### Fixed
7
+- Renaming files to conform to PSR-0
8
+
9
## [1.0.1] - 2016-02-29
10
### Fixed
11
- Composer/Packagist install issues resolved
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.*"
0 commit comments