From 80adb54e264eb5de362c6b1c3bae76737fc27252 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 --- components/zcash_note_encryption/CHANGELOG.md | 1 + components/zcash_note_encryption/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/zcash_note_encryption/CHANGELOG.md b/components/zcash_note_encryption/CHANGELOG.md index 694142b0e..cedc180c6 100644 --- a/components/zcash_note_encryption/CHANGELOG.md +++ b/components/zcash_note_encryption/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/components/zcash_note_encryption/Cargo.toml b/components/zcash_note_encryption/Cargo.toml index c2b73ac80..34d359ef7 100644 --- a/components/zcash_note_encryption/Cargo.toml +++ b/components/zcash_note_encryption/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 "