diff --git a/CHANGELOG.md b/CHANGELOG.md index 9123ab168f..dff6738aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html); however, insignificant breaking changes do not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section. -# v3.7.0-dev12 +# v3.7.0-dev13 ### Added @@ -27,6 +27,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s - Added support for thread titles, `?title`. ([GH #2838](https://github.com/kyb3r/modmail/issues/2838)) - Added `data_collection` to specify if bot metadata should be collected by Modmail developers. - Added `?autotrigger`, `use_regex_autotrigger` config to specify keywords to trigger commands. ([GH #130](https://github.com/kyb3r/modmail/issues/130), [GH #649](https://github.com/kyb3r/modmail/issues/649)) +- Added `?note persistent` that creates notes that are persistent for a user. ### Fixed diff --git a/bot.py b/bot.py index 7a04011382..5aa4c1cb57 100644 --- a/bot.py +++ b/bot.py @@ -1,4 +1,4 @@ -__version__ = "3.7.0-dev12" +__version__ = "3.7.0-dev13" import asyncio