Merge branch 'release/1.8.2'

This commit is contained in:
Petr Korolev
2015-08-26 17:02:02 +03:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ module GitHubChangelogGenerator
if options[:verbose] if options[:verbose]
Helper.log.info "Performing task with options:" Helper.log.info "Performing task with options:"
pp options options_to_display = options
options_to_display[:token] = options_to_display[:token].nil? ? nil : "hidden value"
pp options_to_display
puts "" puts ""
end end
+1 -1
View File
@@ -1,3 +1,3 @@
module GitHubChangelogGenerator module GitHubChangelogGenerator
VERSION = "1.8.1" VERSION = "1.8.2"
end end