Skip to content

Commit 520d032

Browse files
committed
Increment version
1 parent 5d4a8a4 commit 520d032

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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.1.1
87

9-
### Changed
10-
- Added closer information in the logs command.
8+
# v2.3.0
9+
10+
### Added
11+
- Ability to self host logs
12+
13+
### Changed
14+
- Improved format for log channel embeds.
15+
16+
### Fixed
17+
- Bug in subscribe command, it will now unsub after a thread is closed.
18+
1119

1220
# v2.2.0
1321
### Added

bot.py

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

25-
__version__ = '2.2.2'
25+
__version__ = '2.3.0'
2626

2727
import asyncio
2828
import textwrap

0 commit comments

Comments
 (0)