diff --git a/CHANGELOG.md b/CHANGELOG.md index c79d6f1c..13320a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.12.2 +====== +- Fix docker hooks on older (<1.12) docker + 0.12.1 ====== - golang hooks now support additional_dependencies diff --git a/setup.py b/setup.py index d8ad57f7..25ac40f2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.12.1', + version='0.12.2', author='Anthony Sottile', author_email='asottile@umich.edu',