diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7123883f..7f14b8b8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.112.33, 7 September 2019 + +- .NET: Add support for GlobalPackageReference, Packages.props and using Update + in addition to Include (thanks @david-driscoll) +- Reverse commit order when looking for most recent Dependabot commit +- Python: Bump hashin from 0.14.5 to 0.14.6 in /python/helpers +- Prioritise `changes` files over `history` files when looking for a changelog +- Sanitize gemfury URLs globally +- Composer: Helper cleanup (thanks @localheinz) + ## v0.112.32, 3 September 2019 - PHP: Fix SHA pinning for git dependencies with an alias diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 1d77f7a35c..22a351509b 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.112.32" + VERSION = "0.112.33" end