diff --git a/Changelog.md b/Changelog.md index b7e9d035c..566b2786f 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 07b42a6d7..724c8a451 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