From 3917104f7a0da8a28ccfdc0e9cf5049681a0e6a8 Mon Sep 17 00:00:00 2001 From: 4ricci Date: Mon, 4 Apr 2022 08:18:25 +0100 Subject: [PATCH] CHANGELOG.md: fix date typos (#2956) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b60c72..e0b99132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. -## [1.8.2] 2021-03-07 +## [1.8.2] 2022-03-07 ### Added - Add '-clear' option for 'condition' command (@chainhelen) - Support ctrl-Z for shell job control (@derekparker) @@ -19,7 +19,7 @@ This project adheres to Semantic Versioning. - Downgrade loadBuildID error to warning (@aarzilli) - Require go-delve/liner in go.mod file instead of upstream version (@hyanhag) -## [1.8.1] 2021-02-07 +## [1.8.1] 2022-02-07 ### Added