diff --git a/CHANGELOG.md b/CHANGELOG.md index 731a581..fbe1a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ Changes will be described here. -## 1.0.7 -> Unreleased +## 1.0.8 -> Unreleased + +* None yet! + +## 1.0.7 -> 1.0.8 + +* Add IO traits support by @xgroleau in https://github.com/jamesmunns/postcard/pull/91 ## 1.0.6 -> 1.0.7 diff --git a/Cargo.toml b/Cargo.toml index 6ecd5cd..e4ce155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postcard" -version = "1.0.7" +version = "1.0.8" authors = ["James Munns "] edition = "2018" readme = "README.md"