Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 22, 2021
1 parent de6d7f0 commit 8207690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0)
github_changelog_generator (1.16.1)
activesupport
async (>= 1.25.0)
async-http-faraday
Expand Down Expand Up @@ -67,10 +67,10 @@ GEM
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
json (2.3.1)
minitest (5.14.3)
minitest (5.14.4)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.5)
nio4r (2.5.7)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
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.0"
VERSION = "1.16.1"
end

0 comments on commit 8207690

Please sign in to comment.