diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2017-01-10 09:22:51 -0500 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2017-01-10 09:22:51 -0500 |
commit | 31e261fa7e9619eebdf7412b32f404da48e64877 (patch) | |
tree | b07de6efb41167d52fd84e48dc4bb1ee9d66f4a2 | |
parent | d8f5f8021077673ddbedee283d4a335e4339b809 (diff) | |
download | php-sparkpost-31e261fa7e9619eebdf7412b32f404da48e64877.zip php-sparkpost-31e261fa7e9619eebdf7412b32f404da48e64877.tar.gz php-sparkpost-31e261fa7e9619eebdf7412b32f404da48e64877.tar.bz2 |
updated changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f5367..541724a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.1.0] - 2017-01-09 ### Added -- [#161](https://github.com/SparkPost/php-sparkpost/pull/161) added example for sending email with attachment +- [#161](https://github.com/SparkPost/php-sparkpost/pull/161) added example for sending email with attachment and simplified the examples setup - [#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 |