From 5a0347fc138e0bcd8f666ad83645ed341487f6df Mon Sep 17 00:00:00 2001 From: Crayon Date: Mon, 18 Nov 2019 18:17:11 -0500 Subject: [PATCH] Correct link to version 1.1.0 (#321) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91baee0..f1b32e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -174,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Good examples and basic guidelines, including proper date formatting. - Counter-examples: "What makes unicorns cry?" -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.2.0