diff --git a/docs/changelog_3_2_0.rst b/docs/changelog_3_2_0.rst index 85e75e8c8..b179d4d20 100644 --- a/docs/changelog_3_2_0.rst +++ b/docs/changelog_3_2_0.rst @@ -1,3 +1,16 @@ +.. 3.2.x Changelogs + +Redbot 3.2.1 (2020-01-10) +========================= + +Hotfixes +-------- + +- Fix Mongo conversion from being incorrectly blocked +- Fix announcer not creating a message for success feedback +- Log an error with creating case types rather than crash + + Redbot 3.2.0 (2020-01-09) ========================= Core Bot Changes diff --git a/redbot/__init__.py b/redbot/__init__.py index ab642615f..c3c0deaff 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -193,7 +193,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.2.1.dev1" +__version__ = "3.2.1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning