diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c2b9800365cb..2e963ed1c593 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,12 @@ -# Release 3.2 +# Release 3.2.1 - (July 02, 2018) - First release containing changes for BitcoinGold + * PoW Upgrade + * Upstream fixes + * Improved bootstrapping + +# Release 3.2-beta - (March 28, 2018) + + * First release containing changes for BitcoinGold # Release 3.1.3 - (April 16, 2018) diff --git a/lib/version.py b/lib/version.py index cddaa822d8f2..273eec118e37 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.2-beta'# version of the client package +ELECTRUM_VERSION = '3.2.1' # version of the client package PROTOCOL_VERSION = '1.2' # protocol version requested # The hash of the mnemonic seed must begin with this