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