Merge branch 'release/1.6.2'

This commit is contained in:
Petr Korolev 2015-07-16 12:29:26 +03:00
commit 9e84bfbabf
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module GitHubChangelogGenerator
log = "# Change Log\n\n"
if @options[:unreleased_only]
log += generate_log_between_tags(all_tags[0], nil)
log += generate_log_between_tags(filtered_tags[0], nil)
else
log += generate_log_for_all_tags
end

View File

@ -1,3 +1,3 @@
module GitHubChangelogGenerator
VERSION = "1.6.1"
VERSION = "1.6.2"
end