Skip to content

Commit

Permalink
Merge pull request #5041 from dependabot/v0.182.2-release-notes
Browse files Browse the repository at this point in the history
v0.182.2
  • Loading branch information
brrygrdn authored Apr 25, 2022
2 parents 2f9ae80 + a45dc38 commit c55e5f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.182.2, 25 April 2022

- Manually revert "nuget: fix PR missing commits in message when using private registry" (@brrygrdn) [#5040](https://github.com/dependabot/dependabot-core/pull/5040)

## v0.182.1, 25 April 2022

- Prevent KeyError when checking search results (@brrygrdn) [#5038](https://github.com/dependabot/dependabot-core/pull/5038)
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.182.1"
VERSION = "0.182.2"
end

0 comments on commit c55e5f8

Please sign in to comment.