diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b2f9ff..ae6c06e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +1.8.2 (2017-10-10) +------------------ + +- Be clearer about the `ignore` conf type +- Update pre-commit hook file +- Add documentation for pre-commit + 1.8.1 (2017-07-04) ------------------ diff --git a/yamllint/__init__.py b/yamllint/__init__.py index e53dce1..99fec21 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -22,7 +22,7 @@ indentation, etc.""" APP_NAME = 'yamllint' -APP_VERSION = '1.8.1' +APP_VERSION = '1.8.2' APP_DESCRIPTION = __doc__ __author__ = u'Adrien Vergé'