From 8e090022f0298351eb2b06ab9ed39ff46a5c468f Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 26 May 2015 16:07:57 +0300 Subject: [PATCH] Update changelog for version 1.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49725ed..e037874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [1.5.0](https://github.com/skywinder/github-changelog-generator/tree/1.5.0) (2015-05-26) + +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.4.1...1.5.0) + +**Implemented enhancements:** + +- Show `Unreleased` section even when there is no tags in repo. [\#228](https://github.com/skywinder/github-changelog-generator/issues/228) + +- Add option `--exclude-tags x,y,z` [\#214](https://github.com/skywinder/github-changelog-generator/issues/214) + +- Generate change log between 2 specific tags [\#172](https://github.com/skywinder/github-changelog-generator/issues/172) + +**Merged pull requests:** + +- Big refactoring [\#243](https://github.com/skywinder/github-changelog-generator/pull/243) ([skywinder](https://github.com/skywinder)) + ## [1.4.1](https://github.com/skywinder/github-changelog-generator/tree/1.4.1) (2015-05-19) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.4.0...1.4.1)