@@ -4,6 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
7
+ ## [ 2.1.0] - 2017-01-09
8
+ ### Added
9
+ - [ #161 ] ( https://github.com/SparkPost/php-sparkpost/pull/161 ) added example for sending email with attachment
10
+ - [ #159 ] ( https://github.com/SparkPost/php-sparkpost/pull/159 ) added ` debug ` option for seeing the full request sent to SparkPost
11
+ - [ #151 ] ( https://github.com/SparkPost/php-sparkpost/pull/151 ) added packagist badges
12
+ - [ #139 ] ( https://github.com/SparkPost/php-sparkpost/pull/139 ) added examples for message events and templates
13
+
14
+ ### Changed
15
+ - [ #150 ] ( https://github.com/SparkPost/php-sparkpost/issues/150 ) renamed the ` Resource ` class to ` ResourceBase ` since resource soft reserved in php 7
16
+ - [ #137 ] ( https://github.com/SparkPost/php-sparkpost/pull/137 ) cleaned up tests and post install scripts
17
+ - [ #138 ] ( https://github.com/SparkPost/php-sparkpost/pull/138 ) added PHP 7.1 as a test environment
18
+
19
+ ### Fixed
20
+ - [ #156 ] ( https://github.com/SparkPost/php-sparkpost/pull/156 ) fixed typo in README.md
21
+ - [ #152 ] ( https://github.com/SparkPost/php-sparkpost/issues/152 ) fixed propagation of coverage tests to coveralls.io
22
+ - [ #147 ] ( https://github.com/SparkPost/php-sparkpost/pull/147 ) fixed examples in README.md
23
+ - [ #139 ] ( https://github.com/SparkPost/php-sparkpost/pull/139 ) fixed the ability to send using recipient lists
24
+ - Issue[ #141 ] ( https://github.com/SparkPost/php-sparkpost/issues/141 ) removed form feeds from the JSON body sent to the API
25
+
7
26
## [ 2.0.3] - 2016-07-28
8
27
### Fixed
9
28
- 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
78
97
### Fixed
79
98
- README now has proper code blocks denoting PHP language
80
99
81
- [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.3...HEAD
100
+ [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/2.1.0...HEAD
101
+ [ 2.1.0 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.3...2.1.0
82
102
[ 2.0.3 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.2...2.0.3
83
103
[ 2.0.2 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.1...2.0.2
84
104
[ 2.0.1 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.0...2.0.1
0 commit comments