diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad2da1..1c47ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.10.1](https://github.com/skywinder/github-changelog-generator/tree/1.10.1) (2016-01-06) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.0...1.10.1) + +**Fixed bugs:** + +- Parser: avoid Ruby exit, to make Rake tasks work [\#315](https://github.com/skywinder/github-changelog-generator/pull/315) ([olleolleolle](https://github.com/olleolleolle)) + ## [1.10.0](https://github.com/skywinder/github-changelog-generator/tree/1.10.0) (2016-01-05) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.9.0...1.10.0) diff --git a/Gemfile.lock b/Gemfile.lock index 5e1ed49..91835f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.10.0) + github_changelog_generator (1.10.1) colorize (~> 0.7) github_api (~> 0.12)