File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88### Fixed
99- [ #131 ] ( https://github.com/SparkPost/php-sparkpost/pull/131 ) removed any dependency on Guzzle by replacing it with ` MessageFactoryDiscovery `
1010
11+ ## [ 2.0.2] - 2016-07-28
12+ ### Fixed
13+ - [ #131 ] ( https://github.com/SparkPost/php-sparkpost/pull/131 ) removed any dependency on Guzzle by replacing it with ` MessageFactoryDiscovery `
14+
1115
1216## [ 2.0.1] - 2016-06-29
1317### Fixed
Original file line number Diff line number Diff line change 1818 "php" : " ^5.5 || ^7.0" ,
1919 "psr/http-message" : " ^1.0" ,
2020 "php-http/httplug" : " ^1.0" ,
21+ "php-http/message" : " ^1.0" ,
2122 "php-http/client-implementation" : " ^1.0" ,
2223 "php-http/discovery" : " ^1.0" ,
23- "php-http/message" : " ^1.0"
2424 },
2525 "require-dev" : {
2626 "php-http/guzzle6-adapter" : " ^1.0" ,
27- "php-http/message" : " ^1.0" ,
2827 "mockery/mockery" : " ^0.9.4" ,
2928 "fabpot/php-cs-fixer" : " ^1.11"
3029 },
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SparkPost
1313 /**
1414 * @var string Library version, used for setting User-Agent.
1515 */
16- private $ version = '2.0.2 ' ;
16+ private $ version = '2.0.3 ' ;
1717
1818 /**
1919 * @var HttpClient|HttpAsyncClient used to make requests.
You can’t perform that action at this time.
0 commit comments