From 28e7e2e40c2f0080e0fadb5ed15a9385ab0b9166 Mon Sep 17 00:00:00 2001 From: Thomas Frans Date: Tue, 16 Jul 2024 21:48:10 +0200 Subject: [PATCH] docs: fix incorrect and broken links in `CHANGELOG.md` --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d78aa5..891f7366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## [1.1.2] - 2024-07-16 ### Fixed @@ -195,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Albums with more than 50 songs not showing all the songs when viewed in the library - Bug that could cause items to not load until the screen is filled on bigger screens -[Unreleased]: https://github.com/hrkfdn/ncspot/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/hrkfdn/ncspot/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/hrkfdn/ncspot/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/hrkfdn/ncspot/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/hrkfdn/ncspot/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/hrkfdn/ncspot/compare/v0.13.4...v1.0.0