diff --git a/CHANGELOG.md b/CHANGELOG.md index ae968e2c7ed..55043a3e087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.182.4, 26 April 2022 + +- Rollback RubyGems from 3.3.11 to 3.2.20 (@mctofu) [#5048](https://github.com/dependabot/dependabot-core/pull/5048) + ## 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) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 91587180dac..58b2381a5b6 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.3" + VERSION = "0.182.4" end