From 529ec14773506fe94370f597bc865e89a2037e54 Mon Sep 17 00:00:00 2001 From: Alberto Restifo Date: Tue, 2 Jun 2020 12:55:49 +0200 Subject: [PATCH] Add changelog for v0.1.1 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c7aea..7139c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + 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/), @@ -6,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2020-06-02 + +### Fixed + +- Fix encoding of CBOR tags and as a consequence, the encoding of `Time` + ## [0.1.0] - 2020-06-01 -* Initial Release - +- Initial Release