diff --git a/CHANGELOG.md b/CHANGELOG.md index c01d629..f5b9c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.4 +Small fixes: +* Fixed `SchematicsModelField` conversion error handling + +(v1.5.3 was improperly tagged and contains an early version of the above change) + ## v1.5.2 Small fixes: * Fixed `SchematicsModelField` mapping of list item errors (index wasn't forced to string) diff --git a/setup.py b/setup.py index 0567ca4..1803ac2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="stereotype", - version="1.5.2", + version="1.5.4", author="Peter Dolák", author_email="peter@dolak.sk", description="Models for conversion and validation of rich data structures.",