diff --git a/CHANGELOG.md b/CHANGELOG.md index 09df9d5a4..7d8668733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Add your own contribution below +## 4.0.5 + * Transform `line` into an int before comparing it with ranges when posting inline comments to GitHub - barbosa * Fix danger pr command cannot specify API host - Juanito Fatas * Better handling of long comments - Juanito Fatas diff --git a/lib/danger/version.rb b/lib/danger/version.rb index 1e0aef55e..04a652744 100644 --- a/lib/danger/version.rb +++ b/lib/danger/version.rb @@ -1,4 +1,4 @@ module Danger - VERSION = "4.0.4".freeze + VERSION = "4.0.5".freeze DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze end