Skip to content

Commit 77a6b09

Browse files
committed
Forgot to bump version
1 parent 6d459a4 commit 77a6b09

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,26 @@ 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.13.4
8+
9+
### Changed
10+
- `?contact` no longer raise a silent error in Heroku logs when the recipient is a bot. Now Modmail respond with an error message.
11+
712
# v2.13.3
813

914
### Fixed
10-
- a typo in the config options
15+
- a typo in the config options.
1116

1217
# v2.13.2
1318

1419
### Fixed
15-
- Installing `requirements.txt` files in plugins
20+
- Installing `requirements.txt` files in plugins.
1621

1722

1823
# v2.13.1
1924

2025
### Fixed
21-
- Reading `requirements.txt` files in plugins
26+
- Reading `requirements.txt` files in plugins.
2227

2328

2429
# v2.13.0
@@ -28,13 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2833
- Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it.
2934
Add a welcome message to Modmail, or moderation commands? It's all up to your imagination!
3035
Have a niche feature request that you think only your server would benefit from? Plugins are your go-to!
31-
- [Creating Plugins Documention](https://github.com/kyb3r/modmail/wiki/Plugins)
36+
- [Creating Plugins Documention](https://github.com/kyb3r/modmail/wiki/Plugins).
3237

3338
# v2.12.5
3439

3540
### Fixed
3641

37-
- `config del` command will now work properly on selfhosted db bots.
42+
- `config del` command will now work properly on self-hosted db bots.
3843

3944

4045
# v2.12.4

bot.py

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

25-
__version__ = '2.13.3'
25+
__version__ = '2.13.4'
2626

2727
import asyncio
2828
import traceback

0 commit comments

Comments
 (0)