diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-30 00:54:44 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-30 00:54:44 -0600 |
| commit | 3cd9faee13538f298d5a80232efa7ae08ae73390 (patch) | |
| tree | dc04829f30effcfc1e72eb4b7e57df3f2f362d48 | |
| parent | abf60045c085a46fe80ba074cfd0670ac67a7677 (diff) | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |