Skip to content

Commit

Permalink
version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Apr 7, 2019
1 parent eb2d7e5 commit 094d43e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,13 @@

# v0.4.0

- update jsonrpc dependency to v0.11.0
- fix for create_raw_transaction
- fix for send_to_address
- fix for get_new_address
- fix for get_tx_out
- use `secp256k1::SecretKey` type in API

# v0.3.0

- removed the GetTransaction and GetScript traits
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc"
version = "0.3.0"
version = "0.4.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc-json"
version = "0.3.0"
version = "0.4.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand Down

0 comments on commit 094d43e

Please sign in to comment.