Skip to content

Commit

Permalink
v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed May 14, 2021
1 parent 2d154a5 commit 26fc521
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
github_changelog_generator (1.16.2)
github_changelog_generator (1.16.3)
activesupport
async (>= 1.25.0)
async-http-faraday
Expand All @@ -15,7 +15,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.1)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -28,7 +28,7 @@ GEM
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.56.1)
async-http (0.56.2)
async (~> 1.25)
async-io (~> 1.28)
async-pool (~> 0.2)
Expand All @@ -38,9 +38,9 @@ GEM
async-http-faraday (0.9.0)
async-http (~> 0.42)
faraday
async-io (1.30.2)
async-io (1.31.0)
async (~> 1.14)
async-pool (0.3.5)
async-pool (0.3.6)
async (~> 1.25)
backports (3.18.2)
bump (0.9.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
ast (~> 2.4.1)
protocol-hpack (1.4.2)
protocol-http (0.22.0)
protocol-http1 (0.14.0)
protocol-http1 (0.14.1)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
protocol-hpack (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/github_changelog_generator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHubChangelogGenerator
VERSION = "1.16.2"
VERSION = "1.16.3"
end

0 comments on commit 26fc521

Please sign in to comment.