diff --git a/CHANGELOG.md b/CHANGELOG.md index 950cdc9..abb7b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 0.9.1 - 2018-11-27 + +- Fixed compatibility with the `bitcoind` 0.17 rpc. + ## 0.9.0 - 2018-07-20 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index ffb27f3..d08333a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exonum-btc-anchoring" -version = "0.9.0" +version = "0.9.1" authors = ["The Exonum Team "] homepage = "https://exonum.com/doc/advanced/bitcoin-anchoring/" repository = "https://github.com/exonum/exonum-btc-anchoring" @@ -16,7 +16,7 @@ travis-ci = { repository = "exonum/exonum-btc-anchoring" } [dependencies] exonum = "0.9.0" -exonum_bitcoinrpc = "0.5.1" +exonum_bitcoinrpc = "0.6.0" bitcoin = "=0.13.1" byteorder = "1.2.0"