From 9f4d4a9f11e78dd44337ce937c49782ed01e3d3a Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Tue, 31 May 2022 12:48:13 -0700 Subject: [PATCH] v0.190.1 --- CHANGELOG.md | 8 ++++++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b533e82b32..8ddff727ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.190.1, 31 May 2022 + +- Update pub revision (@sigurdm) [#5203](https://github.com/dependabot/dependabot-core/pull/5203) +- Update test cases with new hashes returned from npm registry [#5208](https://github.com/dependabot/dependabot-core/pull/5208) +- Upgrade pip inside of any newly created pyenv (@pavera) [#5195](https://github.com/dependabot/dependabot-core/pull/5195) +- Document why the link needs to be unescaped (@jeffwidman) [#5186](https://github.com/dependabot/dependabot-core/pull/5186) +- URL decode Nuget API v2 "next" link when paging version results (@tomcain) [#5174](https://github.com/dependabot/dependabot-core/pull/5174) + ## v0.190.0, 23 May 2022 - Git dependency support for pub (@sigurdm) [#5102](https://github.com/dependabot/dependabot-core/pull/5102) diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index bd8ae5828c4..e550dc49994 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.190.0" + VERSION = "0.190.1" end