From 629d3fab148f9414bd8faa87fd82f8ac24de5803 Mon Sep 17 00:00:00 2001 From: "kodiakhq[bot]" <49736102+kodiakhq[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 04:16:00 +0000 Subject: [PATCH] release 0.18.0 (#304) Co-authored-by: Christopher Dignam <1929960+chdsbd@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7b23a39..9a4250094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.18.0 - 2020-03-04 + +### Added +- add web dashboard accessible at https://app.kodiakhq.com. This website enables viewing Kodiak activity. +- add `merge.message.include_pull_request_author` configuration option to append pull request author information as a coauthor in the merge commit. (#301) + ## 0.17.0 - 2020-01-26 ### Added -- add `approve.auto_approve_usernames` to enable Kodiak to auto approve PRs. This option enables bots like Dependabot to automatically merge PRs when the GitHub Branch Protection "Required approving reviews" is configured. See https://kodiakhq.com/docs/recipes#automated-dependency-updates-with-dependabot for an example. +- add `approve.auto_approve_usernames` to enable Kodiak to auto approve PRs. This option enables bots like Dependabot to automatically merge PRs when the GitHub Branch Protection "Required approving reviews" is configured. See https://kodiakhq.com/docs/recipes#automated-dependency-updates-with-dependabot for an example. (#260) ## 0.16.0 - 2020-01-25