diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 38fef4cc..21e880b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,16 @@ +# Release 3.0.2 + * Android: replace requests tab with address tab, with access to + private keys + * sweeping minikeys: search for both compressed and uncompressed + pubkeys + * fix wizard crash when attempting to reset Google Authenticator + * fix #3248: fix Ledger+segwit signing + * fix #3262: fix SSL payment request signing + * other minor fixes. + # Release 3.0.1 * minor bug and usability fixes - # Release 3.0 - Uncanny Valley (November 1st, 2017) * The project was migrated to Python3 and Qt5. Python2 is no longer diff --git a/lib/version.py b/lib/version.py index 8949a3d1..603cba8e 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.0.1' # version of the client package +ELECTRUM_VERSION = '3.0.2' # version of the client package PROTOCOL_VERSION = '1.1' # protocol version requested # The hash of the mnemonic seed must begin with this