diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d7a31..37a1a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2020-09-29 + +### Fixed + +- Bug when passing an `IO` to `to_cbor` + ## [0.2.0] - 2020-06-18 ### Changed diff --git a/shard.yml b/shard.yml index ae95e3d..4041e20 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cbor -version: 0.2.0 +version: 0.2.1 authors: - Alberto Restifo