Merge branch 'release/1.11.1'

This commit is contained in:
Petr Korolev 2016-02-25 12:02:46 +02:00
commit 78361faaa9
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
github_changelog_generator (1.10.4) github_changelog_generator (1.11.0)
bundler (>= 1.7) bundler (>= 1.7)
colorize (~> 0.7) colorize (~> 0.7)
github_api (~> 0.12) github_api (~> 0.12)

View File

@ -1,4 +1,4 @@
require 'pathname' require "pathname"
module GitHubChangelogGenerator module GitHubChangelogGenerator
ParserError = Class.new(StandardError) ParserError = Class.new(StandardError)

View File

@ -1,3 +1,3 @@
module GitHubChangelogGenerator module GitHubChangelogGenerator
VERSION = "1.11.0" VERSION = "1.11.1"
end end