diff options
author | Rich Leland <rich.leland@messagesystems.com> | 2016-03-25 12:16:45 -0400 |
---|---|---|
committer | Rich Leland <rich.leland@messagesystems.com> | 2016-03-25 12:16:45 -0400 |
commit | acb590ef2cdda14900016364f2903200846fe8db (patch) | |
tree | 44659cf63a32d3b4f48e1f108f997128946c3fd6 | |
parent | 5726744438f165eb69b6a40c5410122917672e3d (diff) | |
download | php-sparkpost-1.0.3.zip php-sparkpost-1.0.3.tar.gz php-sparkpost-1.0.3.tar.bz2 |
Bump version, update changelogv1.0.3
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa8ad6..c44abf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - All content has been released to date. +## [1.0.3] - 2016-03-25 +### Added +- Support for attachments, inline attachments, inline css, sandbox, start time, and transactional options in `Transmission` class +- API response exceptions now include message, code, and description from API + +## [1.0.2] - 2016-02-28 +### Fixed +- Miscellaneous code cleanups related to docs and namespacing + ## [1.0.1] - 2016-02-24 ### Added - Example for using `setupUnwrapped()` to get a list of webhooks. @@ -26,5 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - README now has proper code blocks denoting PHP language -[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...HEAD +[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1 + diff --git a/composer.json b/composer.json index 045b260..bcf33b8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "sparkpost/php-sparkpost", "description": "Client library for interfacing with the SparkPost API.", "license": "Apache 2.0", - "version": "1.0.2", + "version": "1.0.3", "authors": [ { "name": "Message Systems, Inc." |