diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d48f4f..85890f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 0.5.0-pre.7 (January 11, 2023) +## 0.5.0 (March 6, 2024) +* Just a version bump from v0.5.0-pre.7 + +## 0.5.0-pre.7 (January 11, 2024) * Updated to be in sync with RFC 9497 ## 0.5.0-pre.6 (July 24, 2023) diff --git a/Cargo.toml b/Cargo.toml index c34050b..c96c30e 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.65" -version = "0.5.0-pre.7" +version = "0.5.0" [features] alloc = [] diff --git a/README.md b/README.md index 52e753b..a001518 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.7" +voprf = "0.5" ``` ### Minimum Supported Rust Version