Document fix in v2.3.1

master
Dragory 2018-03-11 22:10:01 +02:00
parent c60b14dcb5
commit c3b702d7a7
1 changed files with 3 additions and 0 deletions

View File

@ -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.