diff --git a/CHANGELOG.md b/CHANGELOG.md index eb41417..958ceb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0.0] + ### Added - Adds `uri` CLI command to send funds using a [ZIP-321](https://zips.z.cash/zip-0321) URI - Adds `sendWithUri` function to support [ZIP-321 URIs](https://zips.z.cash/zip-0321) +- Adds option to include reply-to address in `send` command ### Changed diff --git a/package.yaml b/package.yaml index 8e9eab9..4548b1d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zenith -version: 0.1.0.0 +version: 0.2.0.0 github: "pitmutt/zenit" license: MIT author: "Rene Vergara" diff --git a/zenith.cabal b/zenith.cabal index 07be6ec..e6d9ffc 100644 --- a/zenith.cabal +++ b/zenith.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zenith -version: 0.1.0.0 +version: 0.2.0.0 description: Please see the README on GitLab at homepage: https://github.com/pitmutt/zenit#readme bug-reports: https://github.com/pitmutt/zenit/issues