summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leland <rich@richleland.com>2016-02-25 16:39:03 -0500
committerRichard Leland <rich@richleland.com>2016-02-25 16:39:03 -0500
commit4330e3231c54fb4b3c30aa3ac5e64e51dc3edb9d (patch)
tree51cae39a2fc0c05033365249bba9b7b9dac7d6cf
parent3c4f858f9d099ae753993a3b2997d1bc1c2dd1d8 (diff)
parentab1368fc83fb9bd35a90cc40e562d6c6a40724a7 (diff)
downloadphp-sparkpost-4330e3231c54fb4b3c30aa3ac5e64e51dc3edb9d.zip
php-sparkpost-4330e3231c54fb4b3c30aa3ac5e64e51dc3edb9d.tar.gz
php-sparkpost-4330e3231c54fb4b3c30aa3ac5e64e51dc3edb9d.tar.bz2
Merge pull request #41 from SparkPost/issue-32v1.0.1
changelog
-rw-r--r--CHANGELOG.md30
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