diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b2382..782c530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.0-pre.2 (February 3, 2023) +* Increased MSRV to 1.60 +* Updated p256 dependency to v0.12 +* Updated curve25519-dalek dependency to 4.0.0-rc.1 + ## 0.5.0-pre.1 (December 19, 2022) * Updated curve25519-dalek dependency to 4.0.0-pre.5 diff --git a/Cargo.toml b/Cargo.toml index d9d999d..43cd4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "voprf" readme = "README.md" repository = "https://github.com/novifinancial/voprf/" rust-version = "1.60" -version = "0.5.0-pre.1" +version = "0.5.0-pre.2" [features] alloc = [] diff --git a/README.md b/README.md index 3f74279..f97ae67 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation Add the following line to the dependencies of your `Cargo.toml`: ``` -voprf = "0.5.0-pre.1" +voprf = "0.5.0-pre.2" ``` ### Minimum Supported Rust Version