From b2f56941a43bfeb2c4f678b52b77b1a14616f993 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 7 Mar 2024 16:07:50 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ zcash-haskell.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a768c4..2a39f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Function to encode unified addresses from receivers - Function to generate an Orchard spending key - Constants for Zcash protocol +- Types for Spending Keys and Receivers for Sapling and Orchard +- Function to generate an Orchard receiver ### Changed diff --git a/zcash-haskell.cabal b/zcash-haskell.cabal index d6d04ea..b6675d1 100644 --- a/zcash-haskell.cabal +++ b/zcash-haskell.cabal @@ -5,7 +5,7 @@ cabal-version: 3.0 -- see: https://github.com/sol/hpack name: zcash-haskell -version: 0.4.3.1 +version: 0.4.3.2 synopsis: Utilities to interact with the Zcash blockchain description: Please see the README on the repo at category: Blockchain