diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2210c0..0dd7703 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +1.0.0 +----- + +- Support serf v0.7 - `#28 + `_ +- Breaking change with v0.7.1 which can be seen in the issue above + 0.7.1 ----- diff --git a/setup.py b/setup.py index b65aafa..699d27c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run_tests(self): setup( name='serfclient', - version='0.7.1', + version='1.0.0', description='Python client for the Serf orchestration tool', long_description=long_description, url='https://github.com/KushalP/serfclient-py',