Skip to content

Commit

Permalink
v0.134.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Mar 2, 2021
1 parent a0dd603 commit aa70214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.134.1, 2 March 2021

- Run Bundler v1 native helpers with an explicit version setting the stage for
Bundler v2 support

## v0.134.0, 1 March 2021

- Introduce `Dependabot::PullRequestCreator::Message` as an alternative to `Dependabot::PullRequestCreator::MessageBuilder`
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.134.0"
VERSION = "0.134.1"
end

0 comments on commit aa70214

Please sign in to comment.