Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 6354f08

Browse files
authored
Merge pull request BlockstreamResearch#69 from rust-bitcoin/2018-09-0.11.2
bump version to 0.11.2
2 parents 0fe06e9 + 4298438 commit 6354f08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 0.11.2 - 2018-09-11
3+
4+
* Correct endianness issue in RFC6979 nonce generation
5+
26
# 0.11.1 - 2018-08-22
37

48
* Put `PublicKey::combine` back because it is currently needed to implement Lightning BOLT 3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.11.1"
4+
version = "0.11.2"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)