diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e761a83..74c1c1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## v0.3.0 - 2017-12-06 + +### Added +* Field mappings for text, int, boolean and enumerable +* Formatters for strings, ints, booleans and enumerables +* Constraints for max and min value, max length, regex +* Constraint to present only the first of multiple errors + +### Changed +* All scaffolds to use new field mappings and constraints + ## v0.2.1 - 2017-12-01 ### Fixed diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index e5f38031..c84f5d1a 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1,2 +1,2 @@ sbt.version=0.13.15 -hmrc-frontend-scaffold.version=0.2.1 +hmrc-frontend-scaffold.version=0.3.0