@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased] [ unreleased ]
66
7+ ## [ 2.2.0] - 2019-06-04
8+ - [ #187 ] ( https://github.com/SparkPost/php-sparkpost/pull/169 ) Updated composer.json
9+ - [ #169 ] ( https://github.com/SparkPost/php-sparkpost/pull/169 ) Optional automatic retry on 5xx
10+ - [ #166 ] ( https://github.com/SparkPost/php-sparkpost/pull/166/files ) Quick fix for using the API without composer
11+ - [ #149 ] ( https://github.com/SparkPost/php-sparkpost/pull/149 ) Setters should return current object
12+
713## [ 2.1.0] - 2017-01-09
814### Added
915- [ #161 ] ( https://github.com/SparkPost/php-sparkpost/pull/161 ) added example for sending email with attachment and simplified the examples setup
@@ -88,7 +94,7 @@ This major release included a complete refactor of the library to be a thin HTTP
8894### Added
8995- Request adapter interface for passing in request adapters via ` Ivory\HttpAdapter `
9096- Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet.
91- - Instructions for setting up request adapters in README
97+ - Instructions for setting up request adapters in README
9298
9399### Changed
94100- Library now requires PHP 5.5 or greater
@@ -97,7 +103,8 @@ This major release included a complete refactor of the library to be a thin HTTP
97103### Fixed
98104- README now has proper code blocks denoting PHP language
99105
100- [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/2.1.0...HEAD
106+ [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/2.2.0...HEAD
107+ [ 2.2.0 ] : https://github.com/sparkpost/php-sparkpost/compare/2.1.0...2.2.0
101108[ 2.1.0 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.3...2.1.0
102109[ 2.0.3 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.2...2.0.3
103110[ 2.0.2 ] : https://github.com/sparkpost/php-sparkpost/compare/2.0.1...2.0.2
@@ -109,4 +116,3 @@ This major release included a complete refactor of the library to be a thin HTTP
109116[ 1.0.3 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
110117[ 1.0.2 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2
111118[ 1.0.1 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1
112-
0 commit comments