diff --git a/CHANGELOG.md b/CHANGELOG.md index 649ebf98d8..9b8c6e044e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.134.2, 3 March 2021 + +- Revert: Run Bundler v1 native helpers with an explicit version +- Update rubocop requirement from ~> 1.10.0 to ~> 1.11.0 in /common +- Bump @npmcli/arborist from 2.2.4 to 2.2.6 in /npm_and_yarn/helpers + ## v0.134.1, 2 March 2021 - Run Bundler v1 native helpers with an explicit version setting the stage for diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index f7cb1b9961..5092f208b6 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.134.1" + VERSION = "0.134.2" end