From 611c6bfd42d203dd887f67276fce8209c2893d94 Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:42:00 -0700 Subject: [PATCH] v0.211.0 --- CHANGELOG.md | 6 ++++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4844ce9821e..e4c7f169a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.211.0, 23 August 2022 + +- Support for transitive dependency removal [#5549](https://github.com/dependabot/dependabot-core/pull/5549) +- build(deps): bump poetry from 1.1.14 to 1.1.15 in /python/helpers [#5578](https://github.com/dependabot/dependabot-core/pull/5578) +- Adding required checks in ci-release.yml [#5575](https://github.com/dependabot/dependabot-core/pull/5575) + ## v0.210.0, 23 August 2022 - build(deps): bump nock from 13.2.8 to 13.2.9 in /npm_and_yarn/helpers [#5397](https://github.com/dependabot/dependabot-core/pull/5397) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 6287050ec7b..af8baf99b2a 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.210.0" + VERSION = "0.211.0" end