diff --git a/CHANGES.rst b/CHANGES.rst index beca679..b53ecbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +0.20.1 (2018-09-29) +------------------- + +- Clone the specified user's gists, not the authenticated user. [W. + Harrison Wright] + +- Clone the specified user's starred repos, not the authenticated user. + [W. Harrison Wright] + 0.20.0 (2018-03-24) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 2f15b8c..abadaef 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.20.0' +__version__ = '0.20.1'