From c13d321da5784f9f93b5a289d88bc4b49137510f Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 5 Mar 2024 15:09:57 -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 bbea7b4..6a768c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implementations of `Read` for types - Function to make RPC calls to `zebrad` - Function to encode unified addresses from receivers +- Function to generate an Orchard spending key +- Constants for Zcash protocol ### Changed diff --git a/zcash-haskell.cabal b/zcash-haskell.cabal index ad2e0d3..e4a2f3b 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.2.3 +version: 0.4.3.0 synopsis: Utilities to interact with the Zcash blockchain description: Please see the README on the repo at category: Blockchain