diff --git a/CHANGELOG b/CHANGELOG index e49f511..6cc9648 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ -v 0.8.4 - - Capture errors from jenkins-cli.jar more robustly (GH #151) +v 0.8.4 (25 Sep 2017) +- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176) +- Capture errors from jenkins-cli.jar more robustly (GH #151) - Streamline installation of the Python pip module (GH #147) v 0.8.3 (13 Sep 2017) diff --git a/setup.py b/setup.py index 80aa0d0..c98a100 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ packages=find_packages(exclude=('library', 'bin')), include_package_data=True, install_requires=[ - 'ansible>=2.2.1', + 'ansible>=2.3.2', 'plumbum>=1.6.0', - 'linchpin>=1.0.1' + 'linchpin>=1.0.4' ], entry_points={ 'console_scripts': [