diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c2fbc..2652228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Entries are listed in reverse chronological order. +## 2.0.0-alpha.2 + +* Require `subtle = ^2.2.1` and remove the note advising nightly Rust, which is + no longer required as of that version of `subtle`. See the `subtle` + changelog for more details. + ## 2.0.0-alpha.1 * Update `README.md` for `2.x` series. diff --git a/Cargo.toml b/Cargo.toml index d63e79a..a20a43c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"