From fe436fda248d898d869f6cfc853d4579b27e3087 Mon Sep 17 00:00:00 2001 From: Matt DeBoard Date: Wed, 28 Apr 2021 15:43:54 -0500 Subject: [PATCH] Correct incorrect year in CHANGELOG.md. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313fdc301..41d099943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ 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.9.3] - 2020-02-02 +## [0.9.3] - 2021-02-02 ### Fixed - **The code now compiles on rustc versions not affected by https://github.com/rust-lang/rust/issues/79904** -## [0.9.2] - 2020-02-01 +## [0.9.2] - 2021-02-01 ### Added