diff --git a/CHANGELOG.md b/CHANGELOG.md index c625e61..e0a6501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +# 0.14.1 - 2018-08-28 + +* Reject non-compact `VarInt`s on various types +* Expose many types at the top level of the crate +* Add `Ord`, `PartialOrd` impls for `Script` + # 0.14.0 - 2018-08-22 * Add [regtest network](https://github.com/rust-bitcoin/rust-bitcoin/pull/84) to `Network` enum diff --git a/Cargo.toml b/Cargo.toml index 3e1511c..f0a2393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.14.0" +version = "0.14.1" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"