diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b49ed39b20..deaabcd450f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index c73260dd14c..87a05b26672 100644 --- a/common/lib/dependabot/version.rb +++ b/common/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.182.1" + VERSION = "0.182.2" end