File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
7
+ ## [ 1.2.1] - 2016-05-27
8
+ ### Fixed
9
+ - [ #111 ] ( https://github.com/SparkPost/php-sparkpost/pull/111 ) allow pass through of timeout setting in http config
10
+
7
11
## [ 1.2.0] - 2016-05-04
8
12
### Added
9
13
- [ EditorConfig] ( http://editorconfig.org/ ) file to maintain consistent coding style
@@ -52,8 +56,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
52
56
### Fixed
53
57
- README now has proper code blocks denoting PHP language
54
58
55
- [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/v1.2.0...HEAD
56
- [ 1.2.0 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...v1.2.0
59
+ [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/1.2.1...HEAD
60
+ [ 1.2.1 ] : https://github.com/sparkpost/php-sparkpost/compare/1.2.0...1.2.1
61
+ [ 1.2.0 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...1.2.0
57
62
[ 1.1.0 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0
58
63
[ 1.0.3 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
59
64
[ 1.0.2 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SparkPost
13
13
/**
14
14
* Library version, used for setting User-Agent.
15
15
*/
16
- private $ version = '1.2.0 ' ;
16
+ private $ version = '1.2.1 ' ;
17
17
18
18
/**
19
19
* Connection config for making requests.
You can’t perform that action at this time.
0 commit comments