diff --git a/CHANGELOG.md b/CHANGELOG.md index deaabcd450f..ae968e2c7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.182.3, 25 April 2022 + +- Set BUNDLER_VERSION to the specific installed version in native helpers (@brrygrdn) [#5044](https://github.com/dependabot/dependabot-core/pull/5044) + ## 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) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 87a05b26672..91587180dac 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.2" + VERSION = "0.182.3" end