From 31fda8bae25fd95ae4c69fc1daf69ccf6a5dd629 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Tue, 13 Dec 2022 17:01:09 +0100 Subject: [PATCH] Update changelog for v0.2.1 Signed-off-by: Jacob Kiers --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe520d3..5b17d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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] - 2022-12-13 + +### Changed + +* Updated the [mail-parser](https://docs.rs/crate/mail-parser/0.8.0) crate to v0.8.0. +* Removed two builds from the build pipeline. + + ## [0.2.0] - 2022-11-30 ### Added