From acb590ef2cdda14900016364f2903200846fe8db Mon Sep 17 00:00:00 2001 From: Rich Leland Date: Fri, 25 Mar 2016 12:16:45 -0400 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 14 +++++++++++++- 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."