From 642ac4b7a7859bab54f3b30d2997d875e6be88b9 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Tue, 6 Jun 2023 10:12:33 -0600 Subject: [PATCH] Release zcash_note_encryption version 0.4.0 Extracted from: https://github.com/zcash/librustzcash/commit/80adb54e264eb5de362c6b1c3bae76737fc27252 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694142b..cedc180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.4.0] - 2023-06-06 ### Changed - The `esk` and `ephemeral_key` arguments have been removed from `Domain::parse_note_plaintext_without_memo_ovk`. It is therefore no longer diff --git a/Cargo.toml b/Cargo.toml index c2b73ac..34d359e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_note_encryption" description = "Note encryption for Zcash transactions" -version = "0.3.0" +version = "0.4.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "