meta: 3.6.1

This commit is contained in:
Quin Lynch
2022-04-30 19:06:23 -03:00
parent f2bb55e804
commit 2f58ddc6a0
4 changed files with 46 additions and 33 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## [3.6.1] - 2022-04-30
### Added
- #2272 add 50080 Error code (503e720)
### Fixed
- #2267 Permissions v2 Invalid Operation Exception (a8f6075)
- #2271 null user on interaction without bot scope (f2bb55e)
- #2274 Implement fix for Custom Id Segments NRE (0d74c5c)
### Misc
- 3.6.0 (27226f0)
## [3.6.0] - 2022-04-28
### Added
- #2136 Passing CustomId matches into contexts (4ce1801)