From e4787f03a1c1525bd36716bbfd5d336702304753 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Tue, 17 Oct 2017 16:12:57 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e32f0c9..b55be71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.2.8] - 2017-10-17 +### Updated +- code with optimizations and refactoring. + ## [0.2.7] - 2017-10-16 ### Added - remaining unit tests that were incomplete, thanks everyone who participated!