diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 204af87..07711ea 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -7,11 +7,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [master] + +## [2.0.2] - 2018-25-09 + ### Added - Enabled Scrutinizer service -### Changed -- Fix for Relation field type handler by @amirkoklan +### Fixed +- Fix for Relation field type handler by @amirkokla +- Fix for Country field type handler by @SofLesc + +## [2.0.1] - 2017-13-07 +- Bug fix - check against null when adding validator in Integer handler ( by @darinda ) + ## [2.0] - 2017-24-04 ### Added