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/).
8
8
### Fixed
9
9
- [ #131 ] ( https://github.com/SparkPost/php-sparkpost/pull/131 ) removed any dependency on Guzzle by replacing it with ` MessageFactoryDiscovery `
10
10
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
+
11
15
12
16
## [ 2.0.1] - 2016-06-29
13
17
### Fixed
Original file line number Diff line number Diff line change 18
18
"php" : " ^5.5 || ^7.0" ,
19
19
"psr/http-message" : " ^1.0" ,
20
20
"php-http/httplug" : " ^1.0" ,
21
+ "php-http/message" : " ^1.0" ,
21
22
"php-http/client-implementation" : " ^1.0" ,
22
23
"php-http/discovery" : " ^1.0" ,
23
- "php-http/message" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
26
"php-http/guzzle6-adapter" : " ^1.0" ,
27
- "php-http/message" : " ^1.0" ,
28
27
"mockery/mockery" : " ^0.9.4" ,
29
28
"fabpot/php-cs-fixer" : " ^1.11"
30
29
},
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SparkPost
13
13
/**
14
14
* @var string Library version, used for setting User-Agent.
15
15
*/
16
- private $ version = '2.0.2 ' ;
16
+ private $ version = '2.0.3 ' ;
17
17
18
18
/**
19
19
* @var HttpClient|HttpAsyncClient used to make requests.
You can’t perform that action at this time.
0 commit comments