diff --git a/CHANGELOG.md b/CHANGELOG.md index 85890f1..e96013c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.0-pre.0 (November 8, 2025) +* MSRV bumped to 1.83 +* Updated Ristretto255 random scalar generation +* Updated generic-array to v1 + ## 0.5.0 (March 6, 2024) * Just a version bump from v0.5.0-pre.7 diff --git a/Cargo.toml b/Cargo.toml index 5fb9336..b36bbe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "voprf" readme = "README.md" repository = "https://github.com/facebook/voprf/" rust-version = "1.83" -version = "0.5.0" +version = "0.6.0-pre.0" [features] alloc = [] diff --git a/README.md b/README.md index a001518..b085d2f 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" +voprf = "0.6.0-pre.0" ``` ### Minimum Supported Rust Version