Skip to content

Commit d45bb2e

Browse files
committed
Update changelog with changes from previous commits
1 parent 8da38e1 commit d45bb2e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
Entries are listed in reverse chronological order.
44

5+
## 0.8.0
6+
* update `curve25519-dalek` dependency to 4.0
7+
* update `merlin` dependency to 3
8+
* update `rand` dependency to 0.8
9+
* update `sha2` dependency to 0.10
10+
* remove backend features to be consistent with upstream dalek-cryptography
11+
* fix bug that occurs when public point is the identity
12+
513
## 0.7.0
614

715
* Update `curve25519-dalek`, `merlin` dependencies to 2.0.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zkp"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
55
edition = "2018"
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)