Merge pull request #69 from rust-bitcoin/2018-09-0.11.2

bump version to 0.11.2
This commit is contained in:
Andrew Poelstra 2018-09-11 18:46:43 +00:00 committed by GitHub
commit 6354f08264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"