diff --git a/CHANGELOG.md b/CHANGELOG.md index da6369c..d79f802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.1] - 2017-06-27 +### Fixed +- Fix encoding on previous version while reading a file using the CLI. + ## [2.2.0] - 2017-06-27 ### Added - Add functionality to normalize a single file using cucco CLI. diff --git a/cucco/__init__.py b/cucco/__init__.py index 27a5412..f113975 100644 --- a/cucco/__init__.py +++ b/cucco/__init__.py @@ -4,6 +4,6 @@ from __future__ import absolute_import -__version__ = '2.2.0' +__version__ = '2.2.1' from cucco.cucco import Cucco