From 31cc2d27e8d09ee4392849c37a551ee4dbad2cc0 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 21 Dec 2022 15:01:59 +0100 Subject: [PATCH] changelog & version bump --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f779a..36aa848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.5 +- **(potentially) Breaking change**: Simplify P2WPKH and P2PKH classes. Add P2SH-P2PKH address generation. +- P2SH Multisig Input Signing and Output Address Generation + # 3.1.5 - P2WSH multisig inputs @@ -5,7 +9,7 @@ - Fix message signing ## 3.1.3 -**Breaking change**: - Change transaction builder addOutput argument to BigInt for better flutter web compatability +- **Breaking change**: Change transaction builder addOutput argument to BigInt for better flutter web compatability ## 3.1.2 - Produce fixed-size signatures with low r-values (no more inconsistent tx sizes) diff --git a/pubspec.yaml b/pubspec.yaml index c745576..bd6436e 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.5 +version: 3.1.6 homepage: https://github.com/Vesta-wallet/coinslib environment: