From bf84a6b479454165196c632837db264367a650a6 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 17:21:43 +0200 Subject: [PATCH] Update changelog for version 1.10.2 --- CHANGELOG.md | 16 ++++++++++++---- Gemfile.lock | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cd282..67a645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log -## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...v1.11.0) +## [Unreleased](https://github.com/skywinder/github-changelog-generator/tree/HEAD) -## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-23) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...1.11.1) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.2...HEAD) + +**Fixed bugs:** + +- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329) + +## [1.10.2](https://github.com/skywinder/github-changelog-generator/tree/1.10.2) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/v1.11.0...1.10.2) + +## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...v1.11.0) **Implemented enhancements:** diff --git a/Gemfile.lock b/Gemfile.lock index c45a0ec..e386917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.10.1) + github_changelog_generator (1.10.2) colorize (~> 0.7) github_api (~> 0.12)