From b7e7da24c73aff42e2eba6e5a3fa57db8be07626 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Sat, 29 Jun 2019 18:15:10 +0100 Subject: [PATCH] v0.110.5 --- 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 3bb9cd5a14..2d3afa43de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.110.5, 29 June 2019 + +- NuGet: Fetch build files case insensitively +- NuGet: Fetch Directory.Build.targets files + ## v0.110.4, 29 June 2019 - NuGet: Handle non-utf-8 encodings from registry diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 06ccc2a9a8..1770671491 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.110.4" + VERSION = "0.110.5" end