diff --git a/Changes.rst b/Changes.rst index c594cb7..4fd5df0 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,14 @@ +Changes for v1.1.0 (2019-10-25) +=============================== + +- Remove unused dependency; bump others to match Ubuntu 18.04 + +- keymaker upload_key: add friendlier errors + +- Fix crontab file for group syncing + +- Print error message for sshd config and reload failures (#52) + Changes for v1.0.9 (2019-07-10) =============================== diff --git a/setup.py b/setup.py index 17a51c7..d0e92ee 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='keymaker', - version='1.0.9', + version='1.1.0', url='https://github.com/kislyuk/keymaker', license='Apache Software License', author='Andrey Kislyuk',