From b932d61f30d9357c0a849ce0eecf0e4eb00bca0b Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 6 Jan 2025 08:06:21 -0600 Subject: [PATCH] docs: update changelog and version --- CHANGELOG.md | 8 +++++++- zcash-haskell.cabal | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048a597..8394e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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.8.1] + +### Changed + +- Referenced libraries updated to use the new Vergara Tech git server + ## [0.7.8.0] -## Added +### Added - New `UnifiedIncomingViewingKey` type - Functions to derive Orchard full viewing key diff --git a/zcash-haskell.cabal b/zcash-haskell.cabal index 4cbdb81..261e9a1 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.7.8.0 +version: 0.7.8.1 synopsis: Utilities to interact with the Zcash blockchain description: Please see the README on the repo at category: Blockchain