From d4c3b3d4f9ecf5aa52bcd02507e7aeccc08d2a5a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 13 Oct 2022 21:35:39 +0000 Subject: [PATCH] zcash_note_encryption 0.2.0 Extracted from: https://github.com/zcash/librustzcash/commit/8f068b3b71cc8bef6e86ef44b357360417cb5683 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1681e..676ef9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2022-10-13 ### Added - `zcash_note_encryption::Domain`: - `Domain::PreparedEphemeralPublicKey` associated type. diff --git a/Cargo.toml b/Cargo.toml index a2751a4..51812e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_note_encryption" description = "Note encryption for Zcash transactions" -version = "0.1.0" +version = "0.2.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "