From 4bfb008706554b55e8cbe330594d047d49253c42 Mon Sep 17 00:00:00 2001 From: Christian Ramelow Date: Mon, 18 Jan 2021 00:24:14 +0100 Subject: [PATCH] Updates the `CHANGELOG.md`. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a728f8..f04c191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [keep a changelog][xtlink-keep-a-changelog] and this project adheres to [Semantic Versioning 2.0.0][xtlink-semantic-versioning]. +## [2.1.0] - 2021-01-18 + +### Added + +* meaningful exceptions for every exceptional case + +### Updated + +* all data providers to test against the new exceptions + +[2.1.0]: https://github.com/codekandis/base64-codec/compare/2.0.0...2.1.0 + +--- ## [2.0.0] - 2021-01-17 ### Updated