diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f39315..316083f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.10.5](https://github.com/skywinder/github-changelog-generator/tree/1.10.5) (2016-02-24) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.4...1.10.5) + +**Fixed bugs:** + +- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329) + ## [1.10.4](https://github.com/skywinder/github-changelog-generator/tree/1.10.4) (2016-02-24) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.3...1.10.4) diff --git a/Gemfile.lock b/Gemfile.lock index 0c06236..0438c00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.10.4) + github_changelog_generator (1.10.5) bundler (~> 1.7) colorize (~> 0.7) github_api (~> 0.12)