diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f32241..cde56d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2021-09-17 ### Changed - The crate is now licensed as `MIT OR Apache-2.0`. diff --git a/Cargo.toml b/Cargo.toml index 049d6bc..d9593d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pasta_curves" description = "Implementation of the Pallas and Vesta (Pasta) curve cycle" -version = "0.2.0" +version = "0.2.1" authors = [ "Sean Bowe ", "Ying Tong Lai ",