diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fd052..6fc5860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,11 @@ 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/). +## [1.0.1] - 2017-04-07 +### Changed +- Fixed type hints and namespacing +- Changed CLI input to read from stdin +- Fix collection type validation + ## [1.0.0] - 2017-03-13 - Initial release