Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCyGuy committed Nov 11, 2020
1 parent 18d3b4b commit 8e4f8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.7.0-dev12"
__version__ = "3.7.0-dev13"


import asyncio
Expand Down

0 comments on commit 8e4f8d6

Please sign in to comment.