diff --git a/CHANGELOG.md b/CHANGELOG.md index c03b84c..70ffeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ Changes will be described here. -## 1.0.5 -> Unreleased +## 1.0.6 -> Unreleased * Nothing yet! +## 1.0.5 -> 1.0.6 + +* Add cfg information to docs by @dtolnay in https://github.com/jamesmunns/postcard/pull/108 + ## 1.0.4 -> 1.0.5 * improved documentation of the cobs decoding by @gutzchi in https://github.com/jamesmunns/postcard/pull/97 diff --git a/Cargo.toml b/Cargo.toml index 19a25ae..6df8fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postcard" -version = "1.0.5" +version = "1.0.6" authors = ["James Munns "] edition = "2018" readme = "README.md"