Skip to content

Commit b8d9b39

Browse files
committed
Bump version to 1.0.2
1 parent c27c852 commit b8d9b39

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Entries are listed in reverse chronological order.
44

5+
## 1.0.2
6+
7+
* Updates the library to use the renamed functions in Merlin 1.1.
8+
* Adds additional validation checks to prevent identity points being used as
9+
part of a proof. This does not appear to have security content, but is
10+
intended as a defense-in-depth mechanism.
11+
See [this comment][identity_comment] for more motivation.
12+
* Documentation tweaks.
13+
514
## 1.0.1
615

716
* Tweaks to crate metadata.
@@ -20,3 +29,4 @@ Entries are listed in reverse chronological order.
2029
Initial prerelease version, supporting single and aggregated range proofs, and
2130
multiparty proof aggregation.
2231

32+
[identity_comment]: https://github.com/dalek-cryptography/bulletproofs/pull/248#discussion_r251916724

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bulletproofs"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Cathie Yun <[email protected]>",
55
"Henry de Valence <[email protected]>",
66
"Oleg Andreev <[email protected]>"]

0 commit comments

Comments
 (0)