From c3b702d7a783c59b7e66a770b322f3552de9fb53 Mon Sep 17 00:00:00 2001 From: Dragory Date: Sun, 11 Mar 2018 22:10:01 +0200 Subject: [PATCH] Document fix in v2.3.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f975b8b..1623a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.3.1 +* Fixed incorrect default value for `mentionRole` (was `null`, should've been `"here"`) + ## v2.3.0 * Added `mentionRole` configuration option ([#59](https://github.com/Dragory/modmailbot/pull/59)). This option can be used to set the role that is pinged when new threads are created or the bot is mentioned. See README for more details.