Skip to content

Commit 680ef8a

Browse files
Version Bump v2.0.1
1 parent b8aa79e commit 680ef8a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.1] - 2016-02-29
6+
### Fixed
7+
- Renaming files to conform to PSR-0
8+
59
## [1.0.1] - 2016-02-29
610
### Fixed
711
- Composer/Packagist install issues resolved

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sendgrid/php-http-client",
33
"description": "HTTP REST client, simplified for PHP",
44
"type": "library",
5-
"version": "1.0.1",
5+
"version": "2.0.1",
66
"require-dev": {
77
"phpunit/phpunit": "~4.4",
88
"squizlabs/php_codesniffer": "2.*"

0 commit comments

Comments
 (0)