From fc612beecd40d6a0dc72b1f96775d06d2d7a35f8 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Tue, 18 Jun 2019 05:53:46 -0700 Subject: [PATCH] v0.108.19 --- 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 a884b6e44f..aca5c261c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.108.19, 18 June 2019 + +- .NET: Handle multi-line sln declarations, and tighten regex. Fixes #520 + ## v0.108.18, 14 June 2019 - Python: Handle quotes around index URLs in requirement.txt files diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 36abe336d4..38481181ed 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.108.18" + VERSION = "0.108.19" end