Skip to content

Commit

Permalink
Merge pull request #700 from danger/v405
Browse files Browse the repository at this point in the history
Prepare for release 4.0.5
  • Loading branch information
orta committed Jan 13, 2017
2 parents 0c29935 + 236c1eb commit 3cb792b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 3cb792b

Please sign in to comment.