From dc67089c21b0e4014dae4e45cd5bf42f65fa19b6 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 11 Jun 2015 16:49:25 +0300 Subject: [PATCH] Update changelog for version 1.6.0 --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bf30e..651fcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Change Log -## [Unreleased](https://github.com/skywinder/github-changelog-generator/tree/HEAD) +## [1.6.0](https://github.com/skywinder/github-changelog-generator/tree/1.6.0) (2015-06-11) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.5.0...HEAD) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.5.0...1.6.0) + +**Implemented enhancements:** + +- Issues with any label expect "bug", "enhancement" are excluded by default. [\#240](https://github.com/skywinder/github-changelog-generator/issues/240) + +- Add ability to specify custom labels for enhancements & bugfixes [\#54](https://github.com/skywinder/github-changelog-generator/issues/54) **Fixed bugs:** +- --user and --project options are broken [\#246](https://github.com/skywinder/github-changelog-generator/issues/246) + - Exclude and Include tags is broken [\#245](https://github.com/skywinder/github-changelog-generator/issues/245) ## [1.5.0](https://github.com/skywinder/github-changelog-generator/tree/1.5.0) (2015-05-26) @@ -64,12 +72,12 @@ **Merged pull requests:** -- Cleanup [\#220](https://github.com/skywinder/github-changelog-generator/pull/220) ([tuexss](https://github.com/tuexss)) - - Implement fetcher class [\#227](https://github.com/skywinder/github-changelog-generator/pull/227) ([skywinder](https://github.com/skywinder)) - Add coveralls integration [\#223](https://github.com/skywinder/github-changelog-generator/pull/223) ([skywinder](https://github.com/skywinder)) +- Cleanup [\#220](https://github.com/skywinder/github-changelog-generator/pull/220) ([tuexss](https://github.com/tuexss)) + - Rspec & rubocop integration [\#217](https://github.com/skywinder/github-changelog-generator/pull/217) ([skywinder](https://github.com/skywinder)) - Implement Reader class to parse ChangeLog.md [\#216](https://github.com/skywinder/github-changelog-generator/pull/216) ([estahn](https://github.com/estahn))