From f5bdd30d47f61db28935c4d7321296830e8b2e67 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 1 Mar 2016 16:44:15 +0200 Subject: [PATCH] Update changelog for version 1.11.6 --- CHANGELOG.md | 15 +++++++++++++++ Gemfile.lock | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c67a4..3cfdfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.11.6](https://github.com/skywinder/github-changelog-generator/tree/1.11.6) (2016-03-01) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.5...1.11.6) + +**Fixed bugs:** + +- Can't build on Windows [\#340](https://github.com/skywinder/github-changelog-generator/issues/340) + +**Closed issues:** + +- install error "Not a git repository" [\#339](https://github.com/skywinder/github-changelog-generator/issues/339) + +**Merged pull requests:** + +- Gemspec: Calculate date using Date stdlib [\#343](https://github.com/skywinder/github-changelog-generator/pull/343) ([olleolleolle](https://github.com/olleolleolle)) + ## [1.11.5](https://github.com/skywinder/github-changelog-generator/tree/1.11.5) (2016-03-01) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.4...1.11.5) diff --git a/Gemfile.lock b/Gemfile.lock index 6a3e7df..d7a59c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.11.5) + github_changelog_generator (1.11.6) bundler (>= 1.7) colorize (~> 0.7) github_api (~> 0.12)