From b8e5034aea8f980902e1f67067b5c0c2f78ac950 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:53:46 +0300 Subject: [PATCH] Update version --- Changelog.md | 7 ++++++- Directory.Build.props | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2f260fa..7e8ba98 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## v2.41.2 (05-Oct-2023) + +- General changes: + - Added a check that will trigger an error if the provided bot account does not have the message content intent enabled. Unlike the previous attempt, this approach does not rely on heuristics. + ## v2.41.1 (28-Sep-2023) - CLI changes: @@ -148,7 +153,7 @@ ## v2.36.1 (24-Sep-2022) -- Added a check which will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives. +- Added a check that will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives. - Fixed an issue where certain transient HTTP errors were not retried. - Fixed an issue which caused the export process to fail with the `IndexOutOfRangeException` exception on certain automated messages. - Fixed an issue which caused the export process to fail on unrecognized embed types. diff --git a/Directory.Build.props b/Directory.Build.props index 07b42a6..724c8a4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net7.0 - 2.41.1 + 2.41.2 Tyrrrz Copyright (c) Oleksii Holub preview