From be84936768b7a59d99d4e952a9d9fd471fe2dc94 Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:18:58 -0700 Subject: [PATCH] v0.192.0 --- CHANGELOG.md | 4 ++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f298a006b0f..919c4b9ab08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.192.0, 13 June 2022 + +- Use inferred flutter version (@sigurdm) [#5207](https://github.com/dependabot/dependabot-core/pull/5207) + ## v0.191.1, 13 June 2022 - Only report conflicting dependencies when update is not possible (@deivid-rodriguez) [#5237](https://github.com/dependabot/dependabot-core/pull/5237) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 631138c34d5..f1cb74ac944 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.191.1" + VERSION = "0.192.0" end