diff --git a/changelog.rst b/changelog.rst index d3f6256..0213861 100644 --- a/changelog.rst +++ b/changelog.rst @@ -16,6 +16,13 @@ Bitcoin XT with CToR disabled. +Version 1.8.10 (05 Nov 2018) +============================ + +* require aiorpcX 0.10.0 +* fix `#632`_ +* coin additions / updates: ZelCash (TheTrunk) + Version 1.8.9 (02 Nov 2018) =========================== @@ -222,3 +229,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn .. _#603: https://github.com/kyuupichan/electrumx/issues/603 .. _#608: https://github.com/kyuupichan/electrumx/issues/608 .. _#630: https://github.com/kyuupichan/electrumx/issues/630 +.. _#632: https://github.com/kyuupichan/electrumx/issues/630 diff --git a/conf.py b/conf.py index b5ccd9d..00dd028 100644 --- a/conf.py +++ b/conf.py @@ -15,7 +15,7 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) -VERSION="ElectrumX 1.8.9" +VERSION="ElectrumX 1.8.10" # -- Project information -----------------------------------------------------