diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6b9c09..b3fe15cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.8.2 +===== + +### Fixes +- Fix cloning relative paths (regression in 1.7.0) + - #728 issue by @jdswensen. + - #729 PR by @asottile. + + 1.8.1 ===== diff --git a/setup.py b/setup.py index 3fe083ec..48aabd2c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.8.1', + version='1.8.2', author='Anthony Sottile', author_email='asottile@umich.edu',