From 32c3be5f435f2c2d2cfe84c51ec1606d260313cd Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 4 Mar 2021 10:13:47 -0700 Subject: [PATCH] v0.135.0 --- CHANGELOG.md | 5 +++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8c6e044ec..40824b07e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.135.0, 4 March 2021 + +- Gracefully handle cargo version conflicts #3213 +- Pull request updater for azure client #3153 (@milind009) + ## v0.134.2, 3 March 2021 - Revert: Run Bundler v1 native helpers with an explicit version diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 5092f208b6c..ad9eb4ca81d 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.2" + VERSION = "0.135.0" end