diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2017-01-07 10:02:51 -0500 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2017-01-07 10:07:05 -0500 |
commit | 584afe693e2f92ad6de85f228d5f0767f9b1942c (patch) | |
tree | 43034a8b8748cd95407104c2f4122d31ae080e6c | |
parent | f4cb5267c58cbd0b3a4bd06d22aca5c52c2ff765 (diff) | |
download | php-sparkpost-584afe693e2f92ad6de85f228d5f0767f9b1942c.zip php-sparkpost-584afe693e2f92ad6de85f228d5f0767f9b1942c.tar.gz php-sparkpost-584afe693e2f92ad6de85f228d5f0767f9b1942c.tar.bz2 |
updated changelog
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 483cd55..e5f5367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [2.1.0] - 2017-01-09 +### Added +- [#161](https://github.com/SparkPost/php-sparkpost/pull/161) added example for sending email with attachment +- [#159](https://github.com/SparkPost/php-sparkpost/pull/159) added `debug` option for seeing the full request sent to SparkPost +- [#151](https://github.com/SparkPost/php-sparkpost/pull/151) added packagist badges +- [#139](https://github.com/SparkPost/php-sparkpost/pull/139) added examples for message events and templates + +### Changed +- [#150](https://github.com/SparkPost/php-sparkpost/issues/150) renamed the `Resource` class to `ResourceBase` since resource soft reserved in php 7 +- [#137](https://github.com/SparkPost/php-sparkpost/pull/137) cleaned up tests and post install scripts +- [#138](https://github.com/SparkPost/php-sparkpost/pull/138) added PHP 7.1 as a test environment + +### Fixed +- [#156](https://github.com/SparkPost/php-sparkpost/pull/156) fixed typo in README.md +- [#152](https://github.com/SparkPost/php-sparkpost/issues/152) fixed propagation of coverage tests to coveralls.io +- [#147](https://github.com/SparkPost/php-sparkpost/pull/147) fixed examples in README.md +- [#139](https://github.com/SparkPost/php-sparkpost/pull/139) fixed the ability to send using recipient lists +- Issue[#141](https://github.com/SparkPost/php-sparkpost/issues/141) removed form feeds from the JSON body sent to the API + ## [2.0.3] - 2016-07-28 ### Fixed - Issue [#135](https://github.com/SparkPost/php-sparkpost/issues/135) reported `Http\Discovery\NotFoundException` caused by 2.0.2 update. @@ -78,7 +97,8 @@ This major release included a complete refactor of the library to be a thin HTTP ### Fixed - README now has proper code blocks denoting PHP language -[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/2.0.3...HEAD +[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/2.1.0...HEAD +[2.1.0]: https://github.com/sparkpost/php-sparkpost/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/sparkpost/php-sparkpost/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/sparkpost/php-sparkpost/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/sparkpost/php-sparkpost/compare/2.0.0...2.0.1 |