Version bump
This commit is contained in:
parent
4efae180f5
commit
e75175852b
2 changed files with 2 additions and 4 deletions
|
@ -9,12 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added unction to encode a Sappling Address in Human Readable Format Using a SaplingReceiver
|
- Added function to encode a Sappling Address in Human Readable Format Using a SaplingReceiver
|
||||||
`encodeSaplingAddress` a zcash sapling address is returned or Nothing if the function fails
|
`encodeSaplingAddress` a zcash sapling address is returned or Nothing if the function fails
|
||||||
- Added decoding and encoding test
|
- Added decoding and encoding test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.5.1]
|
## [0.5.5.1]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 3.0
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: zcash-haskell
|
name: zcash-haskell
|
||||||
version: 0.5.5.0
|
version: 0.5.5.2
|
||||||
synopsis: Utilities to interact with the Zcash blockchain
|
synopsis: Utilities to interact with the Zcash blockchain
|
||||||
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
||||||
category: Blockchain
|
category: Blockchain
|
||||||
|
|
Loading…
Reference in a new issue