diff --git a/CHANGELOG.md b/CHANGELOG.md index d759393..25012bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Entries are listed in reverse chronological order. +# 0.11.0 + +* Update decaf377 version to 0.10.1 + # 0.10.0 * Add `u32_backend` feature. diff --git a/Cargo.toml b/Cargo.toml index 1735ad8..674df13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "decaf377-rdsa" edition = "2021" -version = "0.10.0" +version = "0.11.0" authors = ["Penumbra Labs "] readme = "README.md" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ repository = "https://github.com/penumbra-zone/decaf377-rdsa" [dependencies] # No Alloc, No Std blake2b_simd = { version = "0.5", default-features = false } -decaf377 = { version = "0.10.0", default-features = false } +decaf377 = { version = "0.10.1", default-features = false } digest = { version = "0.9", default-features = false } rand_core = { version = "0.6", default-features = false } hex = { version = "0.4", default-features = false }