diff --git a/CHANGELOG.md b/CHANGELOG.md index 782c530..d9557a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.0-pre.3 (March 4, 2023) +* Updated to be in sync with draft-irtf-cfrg-voprf-19 +* Increased MSRV to 1.65 +* Updated p256 dependency to v0.13 +* Added p384 tests + ## 0.5.0-pre.2 (February 3, 2023) * Increased MSRV to 1.60 * Updated p256 dependency to v0.12 diff --git a/Cargo.toml b/Cargo.toml index d0d47a7..446dc4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ keywords = ["oprf"] license = "MIT" name = "voprf" readme = "README.md" -repository = "https://github.com/novifinancial/voprf/" +repository = "https://github.com/facebook/voprf/" rust-version = "1.65" -version = "0.5.0-pre.2" +version = "0.5.0-pre.3" [features] alloc = [] diff --git a/README.md b/README.md index f6e9555..9c3d48a 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.2" +voprf = "0.5.0-pre.3" ``` ### Minimum Supported Rust Version