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