diff options
author | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-05-02 16:32:55 -0400 |
---|---|---|
committer | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-05-02 16:32:55 -0400 |
commit | 599ce4654de8879e036833334b08dc60b023d51c (patch) | |
tree | 096184deca544695c69846ba43bce7eaf69357bb | |
parent | 61cb64fe6af00663254177b512fe370cf2c61dfb (diff) | |
download | php-sparkpost-599ce4654de8879e036833334b08dc60b023d51c.zip php-sparkpost-599ce4654de8879e036833334b08dc60b023d51c.tar.gz php-sparkpost-599ce4654de8879e036833334b08dc60b023d51c.tar.bz2 |
updated changelog for release of 1.1.0v1.1.0
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 395c8e5..31f5878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +- There is no unreleased code at this time. + +## [1.1.0] - 2016-05-02 +### Added - Message Events API added. + +### Changed - Transmission API now accepts a DateTime object for startDate ## [1.0.3] - 2016-03-25 @@ -36,7 +42,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.3...HEAD +[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0 [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 |