From 1f1ca4e2061891920b84e31996524519ce3ff582 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 17 Sep 2024 13:06:28 -0500 Subject: [PATCH] docs: update version --- CHANGELOG.md | 4 ++++ zcash-haskell.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1a508..91b0b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0.0] + +- Implement `wagyu-zcash-parameters` in Rust bindings + ## [0.6.2.3] ### Fixed diff --git a/zcash-haskell.cabal b/zcash-haskell.cabal index cd61471..2794c6c 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.6.2.3 +version: 0.7.0.0 synopsis: Utilities to interact with the Zcash blockchain description: Please see the README on the repo at category: Blockchain -- 2.34.1