diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fc565..2d81b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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/) and this project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.2.0] - 2018-08-08 + +### added / fixed +- addressed #14 where the `rows` attribute was being disregarded. Now, it + provides a means to provide a minimum/default number of `rows`. This is a + minorversion bump because it will cause the component to behave differently + for existing folks and is really more of an addition than a fix. ## [0.1.10] - 2018-04-29