From 3cd9faee13538f298d5a80232efa7ae08ae73390 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 30 Mar 2017 00:54:44 -0600 Subject: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d7598..ccf7533 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/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.2] - 2017-02-19 +### Changed +- Remove unnecessary console log + ## [1.1.1] - 2017-02-19 ### Changed - Set encoding and description on index @@ -33,3 +37,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 [1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0 [1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1 +[1.1.2]: https://github.com/rbdr/heart/compare/1.1.1...1.1.2 -- cgit