File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # v2.16.0
8
+
9
+ ### What's changed?
10
+
11
+ All support for Modmail API (api.modmail.tk) has terminated.
12
+ If you're still using api.modmail.tk, you will need to migrate to the self-hosted database
13
+ option ASAP. Your bot will not work unless you switch to the self-hosted option. Refer to the
14
+ installation tutorial for information regarding self-hosted Modmail.
15
+
16
+ # v2.15.1
17
+
18
+ ### Fixed
19
+
20
+ Emergency patch of a SyntaxError.
21
+
7
22
# v2.15.0
8
23
9
24
### What's new?
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.15.1 '
25
+ __version__ = '2.16.0 '
26
26
27
27
import asyncio
28
28
import logging
You can’t perform that action at this time.
0 commit comments