Skip to content

Commit

Permalink
Merge pull request #115 from SparkPost/bump
Browse files Browse the repository at this point in the history
Bump version, update changelog
  • Loading branch information
richleland committed May 27, 2016
2 parents 2ce8184 + c8a00e3 commit aac8412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [1.2.1] - 2016-05-27
### Fixed
- [#111](https://github.com/SparkPost/php-sparkpost/pull/111) allow pass through of timeout setting in http config

## [1.2.0] - 2016-05-04
### Added
- [EditorConfig](http://editorconfig.org/) file to maintain consistent coding style
Expand Down Expand Up @@ -52,8 +56,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- README now has proper code blocks denoting PHP language

[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...v1.2.0
[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/1.2.1...HEAD
[1.2.1]: https://github.com/sparkpost/php-sparkpost/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...1.2.0
[1.1.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/SparkPost/SparkPost.php
Expand Up @@ -13,7 +13,7 @@ class SparkPost
/**
* Library version, used for setting User-Agent.
*/
private $version = '1.2.0';
private $version = '1.2.1';

/**
* Connection config for making requests.
Expand Down

0 comments on commit aac8412

Please sign in to comment.