bump version to 0.11.2

This commit is contained in:
Andrew Poelstra 2018-09-11 18:06:12 +00:00
parent 0fe06e9b64
commit 4298438aaa
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"