Skip to content

Commit aac8412

Browse files
committed
Merge pull request #115 from SparkPost/bump
Bump version, update changelog
2 parents 2ce8184 + c8a00e3 commit aac8412

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

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+
711
## [1.2.0] - 2016-05-04
812
### Added
913
- [EditorConfig](http://editorconfig.org/) file to maintain consistent coding style
@@ -52,8 +56,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5256
### Fixed
5357
- README now has proper code blocks denoting PHP language
5458

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
5762
[1.1.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0
5863
[1.0.3]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
5964
[1.0.2]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2

lib/SparkPost/SparkPost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SparkPost
1313
/**
1414
* Library version, used for setting User-Agent.
1515
*/
16-
private $version = '1.2.0';
16+
private $version = '1.2.1';
1717

1818
/**
1919
* Connection config for making requests.

0 commit comments

Comments
 (0)