diff options
-rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8aa8ad6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased][unreleased] +- All content has been released to date. + +## [1.0.1] - 2016-02-24 +### Added +- Example for using `setupUnwrapped()` to get a list of webhooks. +- CHANGELOG.md for logging release updates and backfilled it with previous release. + +### Fixed +- Library will now throw a `SparkPost\APIReponseException` properly when a 4XX http status is encountered. + +## 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. +- Instructions for setting up request adapters in README + +### Changed +- Library now requires PHP 5.5 or greater +- Updated interface to be instance based with referenceable objects rather than static functions. + +### Fixed +- README now has proper code blocks denoting PHP language + +[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1 |