Skip to content

Commit b73d3ce

Browse files
committed
Bump version 2.16.0
1 parent 3b620a4 commit b73d3ce

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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?

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.15.1'
25+
__version__ = '2.16.0'
2626

2727
import asyncio
2828
import logging

0 commit comments

Comments
 (0)