diff --git a/CHANGES.rst b/CHANGES.rst index 0c04733..e74bc9e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changelog ========= +0.7.0 (2016-02-02) +------------------ + +- Softly fail if not able to read hooks. [Albert Wang] + +- Add note about 2-factor auth. [Albert Wang] + +- Make user repository search go through endpoint capable of reading + private repositories. [Albert Wang] + +- Prompt for password if only username given. [Alex Hall] + 0.6.0 (2015-11-10) ------------------ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index ef7eb44..a71c5c7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.7.0'