diff --git a/CHANGELOG.md b/CHANGELOG.md index cf594ac402..bcec25682f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.138.1, 17 March 2021 + +- Bundler: Add instrumentation to capture the bundler verison being used +- Bundler: [Prerelease] Add a stubbed out native helper for Bundler 2 +- Bundler: [Prerelease] Allow the v2 native helper to be invoked via an options argument + ## v0.138.0, 16 March 2021 - Go: Bump golang to v1.16.2 diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 03f2369d88..27ffa81297 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.138.0" + VERSION = "0.138.1" end