Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 27, 2019
1 parent 2455b8d commit 4fcbc76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@

## master

## 5.16.0

* Add support for Visual Studio App Center [@rishabhtayal](https://github.com/rishabhtayal) / [@cojoj](https://github.com/cojoj)
* Add more helptext explaining what to do if Danger didn't run on a CircleCI build. [@ghiculescu](https://github.com/ghiculescu)
* Add support for inline comments on GitLab (for versions >= 10.8.0) [@pbendersky](https://github.com/pbendersky)

## 5.15.0

* Fix `--new-comment` for GitLab to actually create the new comment instead of
updating an old one. [@AlexDenisov](https://github.com/AlexDenisov)
Original issue: https://github.com/danger/danger/issues/1084
* Use `CI_API_V4_URL` on GitLab 11.7+ installations [@glensc], #1089
* Add support for inline comments on GitLab (for versions >= 10.8.0) [@pbendersky](https://github.com/pbendersky)

## 5.14.0

Expand Down
2 changes: 1 addition & 1 deletion lib/danger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Danger
VERSION = "5.15.0".freeze
VERSION = "5.16.0".freeze
DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
end

0 comments on commit 4fcbc76

Please sign in to comment.