Skip to content

Commit

Permalink
v0.138.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brrygrdn committed Mar 17, 2021
1 parent 07346a5 commit f8d9526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.138.0"
VERSION = "0.138.1"
end

0 comments on commit f8d9526

Please sign in to comment.