File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
722# v2.15.0
823
924### What's new?
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.15.1 '
25+ __version__ = '2.16.0 '
2626
2727import asyncio
2828import logging
You can’t perform that action at this time.
0 commit comments