From f202548fbeeb7a23cbf428e643dc5042baed0742 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Sun, 27 Nov 2022 13:56:49 -0600 Subject: [PATCH] docs(changelog): bump changelog to v2.3.1 Up-to-date for 36d5a7f5cf98e51a2d4018162a6bc4e3e2ab0b60 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8054d816a..ea8aa61585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ These changes are available on the `master` branch, but have not yet been releas _No changes yet_ +## [2.3.1] - 2022-11-27 + +### Fixed + +- Fixed `AttributeError` relating to the new `bridge_commands` attribute on + `ext.bridge.Bot`. ([#1802](https://github.com/Pycord-Development/pycord/pull/1802)) + ## [2.3.0] - 2022-11-23 ### Added @@ -447,7 +454,8 @@ _No changes yet_ - Fix py3.10 UnionType checks issue. ([#1240](https://github.com/Pycord-Development/pycord/pull/1240)) -[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.3.0...HEAD +[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.3.1...HEAD +[2.3.1]: https://github.com/Pycord-Development/pycord/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/Pycord-Development/pycord/compare/v2.2.2...v2.3.0 [2.2.2]: https://github.com/Pycord-Development/pycord/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/Pycord-Development/pycord/compare/v2.2.0...v2.2.1