diff options
author | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-25 16:33:19 -0500 |
---|---|---|
committer | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-25 16:33:19 -0500 |
commit | ab1368fc83fb9bd35a90cc40e562d6c6a40724a7 (patch) | |
tree | 1601af22bc0bf08b2c10b4173eb3a286eb9c9bde | |
parent | 3712f0dac6a7a504b5046bb2d3a64d4b5d5d02c8 (diff) | |
download | php-sparkpost-ab1368fc83fb9bd35a90cc40e562d6c6a40724a7.zip php-sparkpost-ab1368fc83fb9bd35a90cc40e562d6c6a40724a7.tar.gz php-sparkpost-ab1368fc83fb9bd35a90cc40e562d6c6a40724a7.tar.bz2 |
Update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba43a3d..8aa8ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Library will now throw a `SparkPost\APIReponseException` properly when a 4XX http status is encountered. -## [1.0.0] - 2015-10-15 +## 1.0.0 - 2015-10-15 ### Added - Request adapter interface for passing in request adapters via `Ivory\HttpAdapter` - Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet. |