File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ 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.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
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.2.2 '
25+ __version__ = '2.3.0 '
2626
2727import asyncio
2828import textwrap
You can’t perform that action at this time.
0 commit comments