Merge pull request #69 from rust-bitcoin/2018-09-0.11.2
bump version to 0.11.2
This commit is contained in:
commit
6354f08264
|
@ -1,4 +1,8 @@
|
|||
|
||||
# 0.11.2 - 2018-09-11
|
||||
|
||||
* Correct endianness issue in RFC6979 nonce generation
|
||||
|
||||
# 0.11.1 - 2018-08-22
|
||||
|
||||
* Put `PublicKey::combine` back because it is currently needed to implement Lightning BOLT 3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "secp256k1"
|
||||
version = "0.11.1"
|
||||
version = "0.11.2"
|
||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||
license = "CC0-1.0"
|
||||
|
|
Loading…
Reference in New Issue