From 5f4938e4d66afd6319311e4d342b5a7f18a2d317 Mon Sep 17 00:00:00 2001 From: lukellmann Date: Fri, 19 Jan 2024 16:31:34 +0100 Subject: [PATCH] Add changelog for 0.13.1 [skip ci] (cherry picked from commit 909045b38ab744e69a10680d59233b74067029ce) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86db9c5439e..009a641387b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.13.1 + +This release fixes an exception when trying to deserialize `Permissions` contained in `GuildAuditLogEntryCreateEvent`s. +Kord expected to receive JSON strings while +[Discord is sending JSON numbers](https://github.com/discord/discord-api-docs/issues/6616). + +See #911 and #912. + # 0.13.0 This release fixes a bug where the Spanish Latin America `Locale` (es-419) couldn't be deserialized correctly, so users