From df29c7e9cc976e314d4f75b29fe43ab5d24331b5 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Mon, 25 Oct 2021 17:56:36 +0200 Subject: [PATCH] fix changelog links --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf340d..d3456d2 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [3.1.3] - 2021-10-25 Thank you to @FoxKyong for contributing to this release. @@ -291,7 +293,8 @@ Thank you to @m040601 for contributing to this release. ## [1.0.0] - 2020-05-21 -[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.1.2...HEAD +[Unreleased]: https://github.com/mbrubeck/agate/compare/v3.1.3...HEAD +[3.1.3]: https://github.com/mbrubeck/agate/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/mbrubeck/agate/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/mbrubeck/agate/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/mbrubeck/agate/compare/v3.0.3...v3.1.0