diff --git a/README.rst b/README.rst index 545df38..d8e3bfd 100644 --- a/README.rst +++ b/README.rst @@ -134,6 +134,19 @@ Roadmap ChangeLog ========= +Version 1.1 +----------- + +See the changelogs below for recent changes. The most important is +that for mainnet bitcoin **NET** must now be *mainnet* and you must +choose a **COIN** from *BitcoinCash* and *BitcoinSegwit*. Similarly +for testnets. These coins will likely diverge further in future so +it's best they become separate coins now. + +- no longer persist peers, rediscover on restart +- onion peers only reported if can connect; hard-coded exception removed +- small fix for blockchain.transaction.broadcast + Version 1.1pre2 --------------- diff --git a/server/version.py b/server/version.py index 9938fe3..6536dc4 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.1pre2' +VERSION = 'ElectrumX 1.1' PROTOCOL_MIN = '0.9' PROTOCOL_MAX = '1.1'