Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Sidorov committed Nov 27, 2018
1 parent ca2d211 commit 1de1467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exonum-btc-anchoring"
version = "0.9.0"
version = "0.9.1"
authors = ["The Exonum Team <[email protected]>"]
homepage = "https://exonum.com/doc/advanced/bitcoin-anchoring/"
repository = "https://github.com/exonum/exonum-btc-anchoring"
Expand All @@ -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"
Expand Down

0 comments on commit 1de1467

Please sign in to comment.