diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 74b687747..920d867df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +# Release 3.2.4 - (December 30, 2018) + + * backport anti-phishing measures from master + + # Release 3.2.3 - (September 3, 2018) * hardware wallet: the Safe-T mini from Archos is now supported. diff --git a/electrum/version.py b/electrum/version.py index 5030fa5f5..ead36c996 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.2.3' # version of the client package -APK_VERSION = '3.2.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.2.4' # version of the client package +APK_VERSION = '3.2.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.2' # protocol version requested