From 2a4581365fb72950752b612db8b2ed923d0a5afc Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 8 Aug 2022 22:59:22 +0100 Subject: [PATCH] prepare v0.0.1-beta.1 Signed-off-by: Vincenzo Palazzo --- CHANGELOG.md | 6 ++++++ changelog.json | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b3ce9..f4d981f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.0.1-beta.3 + +## Added +- increase cln version support to v0.12.0rc1 ([commit](https://github.com/dart-lightning/lndart.cln_grpc/commit/b41abf2176d4e1b22273177e0ce7b3294a4c6b9f)). @KAVAN-DESAI 08-08-2022 + + # v0.0.1-beta.2 ## Fixed diff --git a/changelog.json b/changelog.json index cd772c0..994329c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,6 @@ { "package_name": "cln_grpc", - "version": "v0.0.1-beta.2", + "version": "v0.0.1-beta.3", "api": { "name": "github", "repository": "dart-lightning/lndart.cln_grpc", @@ -13,4 +13,4 @@ "serialization_method": { "name": "md" } - } \ No newline at end of file + } diff --git a/pubspec.yaml b/pubspec.yaml index b2d522d..a605cfe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cln_grpc description: A dart library which facilitates dart GRPC client for core lightning. -version: 0.0.1-beta.2 +version: 0.0.1-beta.3 homepage: https://github.com/dart-lightning/lndart.cln_grpc environment: @@ -15,4 +15,4 @@ dependencies: dev_dependencies: lints: ^1.0.0 test: ^1.16.0 - clightning_rpc: ^0.0.2-beta.1 \ No newline at end of file + clightning_rpc: ^0.0.2-beta.1