From 1b1e7727053d056de2b33ec27c489d7753985ff0 Mon Sep 17 00:00:00 2001 From: Timo Walter Date: Sun, 20 Jun 2021 19:23:46 +0200 Subject: [PATCH] #61 Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e5d18..90dcc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.2.0 / 2021-06-20 +## v0.2.0 * [FEATURE] Proof & apply code style and conventions #34 * [FEATURE] Introduce a changelog with categories, affected platforms and internationalization for the managed artifacts #55 @@ -12,7 +12,7 @@ * [FEATURE] Add a "catch all" route #35 * [CHANGE] Upgrade to .Net Core v3.1 #29 -## v0.1.0 / 2019-12-15 +## v0.1.0 * [FEATURE] Enable the Release Server to run in a Docker Container #22 * [CHANGE] Compare passwords in constant time to avoid timing attack vulnerabilities #33