Skip to content

Commit 985ecb9

Browse files
committed
prep 3.0.2
1 parent e0389c1 commit 985ecb9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [3.0.2] - 07-16-2024
6+
7+
### Fixed
8+
9+
- bug where custom slash commands would return error due to emoji map issues
10+
511
## [3.0.1] - 07-16-2024
612

713
### Changed
@@ -119,6 +125,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
119125

120126
- modified readme
121127

128+
[3.0.2]: https://github.com/A-Baji/discordAI/compare/3.0.1...3.0.2
122129
[3.0.1]: https://github.com/A-Baji/discordAI/compare/3.0.0...3.0.1
123130
[3.0.0]: https://github.com/A-Baji/discordAI/compare/2.0.1...3.0.0
124131
[2.0.1]: https://github.com/A-Baji/discordAI/compare/1.3.2...2.0.1

discordai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.1"
1+
__version__ = "3.0.2"

0 commit comments

Comments
 (0)