diff --git a/CHANGELOG.md b/CHANGELOG.md index 64184965c..107bad731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,8 @@ at anytime. * ### API - * - * + * add `aioupnp_version` to `upnp` field in the response to `status` + * fix uncaught claim signature errors ### Wallet * diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index 5b8fb3668..d4afab105 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,7 +1,7 @@ import logging __name__ = "lbrynet" -__version__ = "0.30.0" +__version__ = "0.30.1rc1" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler())