Skip to content

Commit

Permalink
prepare beta 2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 20, 2022
1 parent eeff1cb commit a0aa147
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.0.1-beta.2

## Fixed
- making amount msatoshi field optional ([commit](https://github.com/dart-lightning/lndart.cln_grpc/commit/eeff1cb3e016b1c16559d76e8414ac44de2c213e)). @KAVAN-DESAI 19-07-2022

## Added
- invoice pay service ([commit](https://github.com/dart-lightning/lndart.cln_grpc/commit/203cfec3b27e9260b98a0da7d0cf00f693b4f6ff)). @KAVAN-DESAI 19-07-2022


## 0.0.1-beta.1

- Hello World.
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "cln_grpc",
"version": "v0.0.1-beta.1",
"version": "v0.0.1-beta.2",
"api": {
"name": "github",
"repository": "dart-lightning/lndart.cln_grpc",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cln_grpc
description: A dart library which facilitates dart GRPC client for core lightning.
version: 0.0.1-beta.1
version: 0.0.1-beta.2
homepage: https://github.com/dart-lightning/lndart.cln_grpc

environment:
Expand Down

0 comments on commit a0aa147

Please sign in to comment.