From 8b4389519bd59ce1a79cbbb0999d5120e4518ea0 Mon Sep 17 00:00:00 2001 From: Willy Date: Fri, 10 Dec 2021 10:44:36 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc566f..01b3564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ +## 3.1.1 +- Add P2WSH outputs ## 3.1.0 - This release adds P2SH transaction building and address verification + ## 3.0.3 - This release adds OP_RETURN to coinslib From 93e0c4455b13c8dacbead00601317a3ec129543a Mon Sep 17 00:00:00 2001 From: Willy Date: Fri, 10 Dec 2021 10:47:09 +0100 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5800af5..c32c243 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: coinslib description: A dart cryptocurrency library for Flutter, primarily build for Peercoin. BIP32, BIP39, P2PKH, bech32 integration. -version: 3.1.0 +version: 3.1.1 homepage: https://github.com/Vesta-wallet/coinslib publish_to: https://pub.dev @@ -17,4 +17,4 @@ dependencies: collection: ^1.15.0 dev_dependencies: - test: ^1.17.5 \ No newline at end of file + test: ^1.17.5