diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac0448..7743801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.11.2](https://github.com/skywinder/github-changelog-generator/tree/1.11.2) (2016-02-25) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...1.11.2) + +**Fixed bugs:** + +- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329) + +**Merged pull requests:** + +- Fix installation by not running the specs - which have dependencies [\#337](https://github.com/skywinder/github-changelog-generator/pull/337) ([skywinder](https://github.com/skywinder)) + ## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-25) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.0...1.11.1) diff --git a/Gemfile.lock b/Gemfile.lock index aea3f31..f3502b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.11.1) + github_changelog_generator (1.11.2) bundler (>= 1.7) colorize (~> 0.7) github_api (~> 0.12)