diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ecf3ecb8a..2727114b5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,12 @@ +# Release 3.3.3 - (January 25, 2019) + + * Do not expose users to server error messages (#4968) + * Hardware wallet fixes (#4991, #4993, #5006) + * Display only QR code in QRcode Window + * Fixed code signing on MacOS + * Randomise locktime of transactions + + # Release 3.3.2 - (December 21, 2018) * Fix Qt history export bug diff --git a/electrum/version.py b/electrum/version.py index 6b986aa41..a80d45f40 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.2' # version of the client package -APK_VERSION = '3.3.2.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.3' # version of the client package +APK_VERSION = '3.3.3.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested