diff --git a/CHANGELOG.md b/CHANGELOG.md index f99870a9df..c4644aa111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.111.52, 7 August 2019 + +- Better check that pull request creation errors have details +- Python: Better error message in pip-compile for bad Python version + ## v0.111.51, 7 August 2019 - Gradle: Handle redirect loops diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index cf6f98ef7c..09e921e017 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.111.51" + VERSION = "0.111.52" end