Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Jul 28, 2016
1 parent a91a8e1 commit 752c7ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ php-sparkpost is maintained by Message Systems.
* [@chandon](https://github.com/chandon)
* Avi Goldman, [@avrahamgoldman](https://github.com/avrahamgoldman)
* Vincent Song, [@vwsong](https://github.com/vwsong)
* Tobias Nyholm, [@Nyholm](https://github.com/Nyholm)
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.0.2] - 2016-07-28
### Fixed
- [#131](https://github.com/SparkPost/php-sparkpost/pull/131) removed any dependency on Guzzle by replacing it with `MessageFactoryDiscovery`


## [2.0.1] - 2016-06-29
### Fixed
- [#129](https://github.com/SparkPost/php-sparkpost/pull/129) issue with `content.from` being expected even when using a stored template
Expand Down Expand Up @@ -69,8 +74,9 @@ This major release included a complete refactor of the library to be a thin HTTP
### Fixed
- README now has proper code blocks denoting PHP language

[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/2.0.1...HEAD
[2.0.0]: https://github.com/sparkpost/php-sparkpost/compare/2.0.0...2.0.1
[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/2.0.2...HEAD
[2.0.2]: https://github.com/sparkpost/php-sparkpost/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/sparkpost/php-sparkpost/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/sparkpost/php-sparkpost/compare/1.2.1...2.0.0
[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
Expand Down
2 changes: 1 addition & 1 deletion lib/SparkPost/SparkPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SparkPost
/**
* @var string Library version, used for setting User-Agent.
*/
private $version = '2.0.1';
private $version = '2.0.2';

/**
* @var HttpClient|HttpAsyncClient used to make requests.
Expand Down
2 changes: 1 addition & 1 deletion test/unit/TestUtils/ClassUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getProperty($instance, $property)
*
* @param object $instance
* @param string $property
* @param mixed $value
* @param mixed $value
*/
public function setProperty($instance, $property, $value)
{
Expand Down

0 comments on commit 752c7ac

Please sign in to comment.