diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-27 12:12:01 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-27 12:12:01 -0400 |
commit | 6adb8976d3ff597a6fbf5f2741fe18062a9512a3 (patch) | |
tree | e5f9b2b5db091c489e49fe3a578a1ab0d4124bf9 | |
parent | 3aed142b23e74f05431a2b6eeb0c4a88140e811a (diff) | |
download | php-sparkpost-6adb8976d3ff597a6fbf5f2741fe18062a9512a3.zip php-sparkpost-6adb8976d3ff597a6fbf5f2741fe18062a9512a3.tar.gz php-sparkpost-6adb8976d3ff597a6fbf5f2741fe18062a9512a3.tar.bz2 |
updated CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fc4c1..61a467d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [2.0.0] - 2016-06-24 +### Changed +- [#123](https://github.com/SparkPost/php-sparkpost/pull/123) Rewrote docs and updated composer name +- [#122](https://github.com/SparkPost/php-sparkpost/pull/122) Add transmission class and examples +- [#121](https://github.com/SparkPost/php-sparkpost/pull/121) Update base resource and tests + ## [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 @@ -57,6 +63,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - README now has proper code blocks denoting PHP language [unreleased]: https://github.com/sparkpost/php-sparkpost/compare/1.2.1...HEAD +[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 [1.1.0]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0 |