From a17129999cc6d5f574c25c1e5890bdcdfeef8f45 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 29 Aug 2023 23:11:49 +0200 Subject: [PATCH] Raise version --- basicswap/__init__.py | 2 +- doc/release-notes.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/basicswap/__init__.py b/basicswap/__init__.py index ef1fd25..5544df1 100644 --- a/basicswap/__init__.py +++ b/basicswap/__init__.py @@ -1,3 +1,3 @@ name = "basicswap" -__version__ = "0.11.66" +__version__ = "0.11.67" diff --git a/doc/release-notes.md b/doc/release-notes.md index 7fef925..4e6171a 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,16 @@ +0.0.67 +============== + +- Added support for p2sh-p2wsh coins +- Added Navcoin +- Fixed Particl fee estimation in secret hash swaps. +- Raised adaptor signature swap protocol version to 2 + - Not backwards compatible with previous versions. + 0.0.66 ============== + - Fixed bugs in getLinkedMessageId and validateSwapType.