diff options
author | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-25 16:15:52 -0500 |
---|---|---|
committer | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-25 16:15:52 -0500 |
commit | 3712f0dac6a7a504b5046bb2d3a64d4b5d5d02c8 (patch) | |
tree | f0cab1207207e9ea69fe467d07e3b76dcbc93439 | |
parent | b1d42b5c4465bbf901ee8bcbafa4fade70f9927a (diff) | |
download | php-sparkpost-3712f0dac6a7a504b5046bb2d3a64d4b5d5d02c8.zip php-sparkpost-3712f0dac6a7a504b5046bb2d3a64d4b5d5d02c8.tar.gz php-sparkpost-3712f0dac6a7a504b5046bb2d3a64d4b5d5d02c8.tar.bz2 |
added compare links
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1133584..ba43a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [Unreleased][unreleased] - All content has been released to date. ## [1.0.1] - 2016-02-24 @@ -25,3 +25,6 @@ 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.0.1...HEAD +[1.0.1]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1 |