From 1862035c3997bbb31a37f0f402e5672b40e67fe7 Mon Sep 17 00:00:00 2001 From: david-scarratt-lrn <75711419+david-scarratt-lrn@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:01:22 +1100 Subject: [PATCH 1/2] [BUG] Unlinked links in changelog --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index ad24064..90920b3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -39,3 +39,10 @@ Versioning](http://semver.org/spec/v2.0.0.html). ### Added - Telemetry support - This ChangeLog! + +[Unreleased]: https://github.com/Learnosity/learnosity-sdk-php/compare/v1.0.0...HEAD +[v1.0.0]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.3...v1.0.0 +[v0.10.3]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.2...v0.10.3 +[v0.10.2]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.1...v0.10.2 +[v0.10.1]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.0...v0.10.1 +[v0.10.0]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.9.2...v0.10.0 From d86c437c6d1dd0b9e44736ca0ba333b5d96548ae Mon Sep 17 00:00:00 2001 From: david-scarratt-lrn <75711419+david-scarratt-lrn@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:15:43 +1100 Subject: [PATCH 2/2] fixup! [BUG] Unlinked links in changelog --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 90920b3..8422085 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Unreleased][unreleased] ## [v1.0.0] - 2021-06-01 ### Added @@ -40,7 +40,7 @@ Versioning](http://semver.org/spec/v2.0.0.html). - Telemetry support - This ChangeLog! -[Unreleased]: https://github.com/Learnosity/learnosity-sdk-php/compare/v1.0.0...HEAD +[unreleased]: https://github.com/Learnosity/learnosity-sdk-php/compare/v1.0.0...HEAD [v1.0.0]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.3...v1.0.0 [v0.10.3]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.2...v0.10.3 [v0.10.2]: https://github.com/Learnosity/learnosity-sdk-php/compare/v0.10.1...v0.10.2