Skip to content

Commit acb590e

Browse files
author
Rich Leland
committed
Bump version, update changelog
1 parent 5726744 commit acb590e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased][unreleased]
66
- All content has been released to date.
77

8+
## [1.0.3] - 2016-03-25
9+
### Added
10+
- Support for attachments, inline attachments, inline css, sandbox, start time, and transactional options in `Transmission` class
11+
- API response exceptions now include message, code, and description from API
12+
13+
## [1.0.2] - 2016-02-28
14+
### Fixed
15+
- Miscellaneous code cleanups related to docs and namespacing
16+
817
## [1.0.1] - 2016-02-24
918
### Added
1019
- Example for using `setupUnwrapped()` to get a list of webhooks.
@@ -26,5 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2635
### Fixed
2736
- README now has proper code blocks denoting PHP language
2837

29-
[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...HEAD
38+
[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...HEAD
39+
[1.0.3]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
40+
[1.0.2]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2
3041
[1.0.1]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1
42+

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sparkpost/php-sparkpost",
33
"description": "Client library for interfacing with the SparkPost API.",
44
"license": "Apache 2.0",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"authors": [
77
{
88
"name": "Message Systems, Inc."

0 commit comments

Comments
 (0)