diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c9a3ca..31bd38f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,10 @@ Changelog ========== +1.2.0 (2017-02-06) +------------------ +- errors() now returns Error instances instead of error message strings + 1.1.1 (2016-11-03) ------------------ - Float inherits methods from Integer diff --git a/conformity/__init__.py b/conformity/__init__.py index a82b376..c68196d 100644 --- a/conformity/__init__.py +++ b/conformity/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.2.0"