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.