From 2013b17a73b79647bf19cb0a944b8490915449ba Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 20 Dec 2022 01:55:53 +0000 Subject: [PATCH] chore: release version 1.0.0-rc.12 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30836b..2294b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.0-rc.12 + +* test: add healthcheck to Kinetic service (#19) +* fix: make sure to correctly set close authority (#18) +* feat: implement closeAccount and getAccountInfo methods (#17) +* chore: update Kinetic to 1.0.0-rc.12 + ## 1.0.0-rc.8 * chore: update Kinetic OpenAPI code to Kinetic 1.0.0-rc.8 @@ -18,3 +25,5 @@ ## 1.0.0-rc.1 * Initial release candidate. + + diff --git a/pubspec.yaml b/pubspec.yaml index 5d3d946..ef37f72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: kinetic -version: 1.0.0-rc.8 +version: 1.0.0-rc.12 description: The official Kinetic Dart SDK brought to you by the Kin Foundation. homepage: https://github.com/kin-labs/kinetic-dart repository: https://github.com/kin-labs/kinetic-dart