diff --git a/Cargo.toml b/Cargo.toml index 00d22ef..3549d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "preroll" -version = "0.1.1" +version = "0.1.2" authors = [ "Jeremiah Senkpiel ", ] diff --git a/Changelog.md b/Changelog.md index f05cfba..70851f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2021-01-06 + +- Fixed `honeycomb` feature. _(Incorrect `cfg` statements.)_ + ## [0.1.1] - 2020-12-21 - Fixed missing/empty `Cargo.toml` fields.