diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.22.0 + VERSION 0.22.1 DESCRIPTION "Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol." HOMEPAGE_URL "https://www.bitcoinabc.org" ) diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 22) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,25 +1,5 @@ -Bitcoin ABC version 0.22.0 is now available from: +Bitcoin ABC version 0.22.1 is now available from: - + This release includes the following features and fixes: - - - Bump automatic replay protection to May 2021 upgrade. - - Minor fixes to various RPC help texts. - -Network upgrade ---------------- - -At the MTP time of `1605441600` (Nov 15, 2020 12:00:00 UTC), the following changes -will become activated: - - Aserti3-2d difficulty adjustment algorithm (also known as the ASERT DAA). - - Coinbase rule requiring at least 8% of the block reward to spend a single output to a common infrastructure fund. - -RPC changes ------------ - -RPCs which have an `include_watchonly` argument or `includeWatching` -option now default to `true` for watch-only wallets. Affected RPCs -are: `getbalance`, `listreceivedbyaddress`, `listreceivedbylabel`, -`listtransactions`, `listsinceblock`, `gettransaction`, -`walletcreatefundedpsbt`, and `fundrawtransaction`. diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.22.0.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.22.0.md