Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
setup committed Jun 24, 2024
1 parent 624bb0b commit 9b01763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Entries are listed in reverse chronological order.

## 5.0.1

* Support for `serde_json`. Any library trying to deserialize RangeProof from json would run into an error, which is now fixed.

## 5.0.0

* Change `curve25519-dalek-ng` dependency to `curve25519-dalek`. A major version bump is required because one cannot import `curve25519-dalek` and `bulletproofs` without conflicts.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "bulletproofs"
# - update version field
# - update html_root_url
# - update CHANGELOG
version = "5.0.0"
version = "5.0.1"
authors = ["Cathie Yun <[email protected]>",
"Henry de Valence <[email protected]>",
"Oleg Andreev <[email protected]>"]
Expand Down

0 comments on commit 9b01763

Please sign in to comment.