Add changelog for v0.1.1

dev
Alberto Restifo 2020-06-02 12:55:49 +02:00
parent 2d6fedf749
commit 529ec14773
1 changed files with 8 additions and 2 deletions

View File

@ -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