Add changelog for v0.1.1
parent
2d6fedf749
commit
529ec14773
10
CHANGELOG.md
10
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
|
||||
|
|
Loading…
Reference in New Issue