From 65b386ffa93e49778a25173a53ae1f5ae22b774a Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Wed, 8 Aug 2018 08:46:42 +1200 Subject: [PATCH] changelog v0.2.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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