From 91e3bf81ea3fb0f11591d0d43a36bb0f5364323b Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Wed, 11 Sep 2019 16:21:38 -0400 Subject: [PATCH] Update changelog for v0.2.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24aa9e8..afbd3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This file keeps track of changes between releases for the ruolo project which adheres to [semantic versioning](https://semver.org). +## v0.2.0 2019-09-11 + +Initial cleanup of original code: add tests and documentation. + +* Drop support for ruby 2.4.x. + ## v0.1.0 2019-08-25 Initial release.