From ea9d7411d57c9d188b89342b864aea7b398b1442 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 6 May 2019 19:09:04 -0700 Subject: [PATCH] Bump version to 1.1.4 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f637c..c2fa0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Entries are listed in reverse chronological order. +## 1.1.4 + +* Fix typos in documentation comments. +* Remove unnecessary `Default` bound on `Scalar::from_hash`. + ## 1.1.3 * Reverts the change in 1.1.0 to allow owned and borrowed RNGs, which caused a breakage due to a subtle interaction with ownership rules. (The `RngCore` change is retained). diff --git a/Cargo.toml b/Cargo.toml index bab9c09..6f3ed15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.1.3" +version = "1.1.4" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"