From 02ca1b00c97597b9c28cd7a86c582bd6ca37793b Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Thu, 21 Jul 2022 14:08:07 +0100 Subject: [PATCH] Fix year on release dates in Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5365df1..3f68655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [1.0.1] - 2021-07-21 +## [1.0.1] - 2022-07-21 ### Added @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 a second challenge would overwrite the context data of the first challenge. Parsing the first challenge after would result in either a key decrypt error, or garbage key data. -## [1.0.0] - 2021-07-20 +## [1.0.0] - 2022-07-20 Initial Release.