From 58e63a5d538a423482b028ccee26e7514505effa Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Fri, 15 Jul 2022 10:36:24 +0100 Subject: [PATCH] v0.197.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 ea200e9694a..2b12a5556be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.197.0, 15 July 2022 + +- [Bundler] Cache client-side timeouts when a remote host is unreachable [#5375](https://github.com/dependabot/dependabot-core/pull/5375) +- Bump bundler from 2.3.13 to 2.3.18 and fix script [#5382](https://github.com/dependabot/dependabot-core/pull/5382) +- Use new pip resolver for pip-compile [#5358](https://github.com/dependabot/dependabot-core/pull/5358) + ## v0.196.4, 14 July 2022 - [NPM/YARN] Cache client-side timeouts when a remote host is unreachable [#5373](https://github.com/dependabot/dependabot-core/pull/5373) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 4b7943316e1..22ae6c7eb15 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.196.4" + VERSION = "0.197.0" end