From 6b71cd863ace5909972b9c66d9f92480e404db5c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 25 Oct 2019 16:07:19 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cd0a2..a2c2fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Entries are listed in reverse chronological order. +## 2.0.0-alpha.1 + +* Update `README.md` for `2.x` series. +* Fix a `Zeroize`-related build issue in the AVX2 backend. + ## 2.0.0-alpha.0 * Fix a data modeling error in the `serde` feature pointed out by Trevor Perrin diff --git a/Cargo.toml b/Cargo.toml index 10c47a2..719a1e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "2.0.0-alpha.0" +version = "2.0.0-alpha.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"