Skip to content

Commit

Permalink
Update changelog with changes from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
onyiny-ang committed Oct 10, 2023
1 parent d964de4 commit f471c7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Entries are listed in reverse chronological order.

## 0.8.0
* update `curve25519-dalek` dependency to 4.0
* update `merlin` dependency to 3
* update `rand` dependency to 0.8
* update `sha2` dependency to 0.10
* remove backend features to be consistent with upstream dalek-cryptography
* fix bug that occurs when public point is the identity

## 0.7.0

* Update `curve25519-dalek`, `merlin` dependencies to 2.0.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zkp"
version = "0.7.0"
version = "0.8.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
edition = "2018"
license = "CC0-1.0"
Expand Down

0 comments on commit f471c7c

Please sign in to comment.