From bdc4ee075023b4a4b560fc44639cd0616d7c51b7 Mon Sep 17 00:00:00 2001 From: Raul Wijfjes <raul.wijfjes@wur.nl> Date: Thu, 5 Sep 2019 10:39:51 +0200 Subject: [PATCH] Corrected changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52995af..acf72c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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). -## [0.2.1] 2019-09-04 +## Unreleased + +## [0.2.1] 2019-09-05 ### Added - Quick and dirty local installation script @@ -30,6 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release of Hecaton -[Unreleased]: https://git.wur.nl/bioinformatics/hecaton/compare/v0.1.0...master +[Unreleased]: https://git.wur.nl/bioinformatics/hecaton/compare/v0.2.1...master +[0.2.1]: https://git.wur.nl/bioinformatics/hecaton/tags/v0.2.1 +[0.2.0]: https://git.wur.nl/bioinformatics/hecaton/tags/v0.2.0 [0.1.0]: https://git.wur.nl/bioinformatics/hecaton/tags/v0.1.0 -- GitLab