From efbd8a435cc7751e58f95ee3f042bef8d6ee8ee2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 30 Aug 2017 00:42:01 -0500 Subject: Update changelog and version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index b90a0ad..db1f619 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.0.2] - 2017-08-30 +### Changed +- Fix CI + ## [1.0.1] - 2017-08-28 ### Changed - Fix executable @@ -20,3 +24,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [Unreleased]: https://github.com/rbdr/sorting-hat/compare/master...develop [1.0.1]: https://github.com/rbdr/sorting-hat/compare/1.0.0...1.0.1 +[1.0.2]: https://github.com/rbdr/sorting-hat/compare/1.0.1...1.0.2 -- cgit