diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9914ccc..1c432495f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ at anytime. * ### Fixed - * Fixed https://github.com/lbryio/lbry/issues/771 (handle when a certificate is missing for a signed claim in `claim_list_mine`) + * * ### Deprecated @@ -33,6 +33,11 @@ at anytime. * +## [0.16.2] - 2017-09-26 +### Fixed + * Fixed https://github.com/lbryio/lbry/issues/771 (handle when a certificate is missing for a signed claim in `claim_list_mine`) + + ## [0.16.1] - 2017-09-20 ### Fixed * Fixed `transaction_list` doc string diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index df9c9bb7c..f27ce709b 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.16.1" +__version__ = "0.16.2" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler())