From c2fd582c2d7ea95989fa2c7498cb2863b48c074e Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Mon, 9 May 2016 15:24:20 +0300 Subject: [PATCH] Update changelog for version 1.12.1 --- CHANGELOG.md | 14 ++++++++++++++ Gemfile.lock | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8c8ff..a473be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [1.12.1](https://github.com/skywinder/github-changelog-generator/tree/1.12.1) (2016-05-09) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.12.0...1.12.1) + +**Closed issues:** + +- Add a LICENSE file [\#369](https://github.com/skywinder/github-changelog-generator/issues/369) +- Error installing on Ubuntu 14.04 [\#364](https://github.com/skywinder/github-changelog-generator/issues/364) + +**Merged pull requests:** + +- Move dev gems to add\_development\_dependency [\#373](https://github.com/skywinder/github-changelog-generator/pull/373) ([skywinder](https://github.com/skywinder)) +- Add MIT LICENSE file [\#370](https://github.com/skywinder/github-changelog-generator/pull/370) ([olleolleolle](https://github.com/olleolleolle)) +- Avoid nil bug in detect\_since\_tag [\#368](https://github.com/skywinder/github-changelog-generator/pull/368) ([olleolleolle](https://github.com/olleolleolle)) + ## [1.12.0](https://github.com/skywinder/github-changelog-generator/tree/1.12.0) (2016-04-01) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.8...1.12.0) diff --git a/Gemfile.lock b/Gemfile.lock index 18cbd94..0cae2f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.12.0) + github_changelog_generator (1.12.1) colorize (~> 0.7) github_api (~> 0.12) rake (>= 10.0) @@ -105,4 +105,4 @@ DEPENDENCIES simplecov (~> 0.10) BUNDLED WITH - 1.11.2 + 1.12.0.rc.2