diff --git a/CHANGELOG.md b/CHANGELOG.md index 5617e0f..e0c2d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.11.4 - 2018-11-04 + +* Add `FromStr` and `Display` for `Signature` and both key types +* Fix `build.rs` for Windows and rustfmt configuration for docs.rs +* Correct endianness issue for `Signature` `Debug` output + +# 0.11.3 - 2018-10-28 + +* No changes, just fixed docs.rs configuration # 0.11.2 - 2018-09-11 diff --git a/Cargo.toml b/Cargo.toml index ee8d7d4..ddc03a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.11.3" +version = "0.11.4" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"