From bcba971e21d80471abb1007e399125ca56d3c7fc Mon Sep 17 00:00:00 2001 From: Abitofevrything <54505189+abitofevrything@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:15:31 +0200 Subject: [PATCH] Release 6.4.3 (#710) --- CHANGELOG.md | 5 +++++ lib/src/api_options.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f2f6d49..584de7b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.4.3 +__08.10.2024__ + +- bug: Handle missing `mention_roles` field in some message snapshots. ([`#709`](https://github.com/nyxx-discord/nyxx/pull/709)) - ([`d458d9c`](https://github.com/nyxx-discord/nyxx/commit/d458d9c82e621ca24044533cd2ce2d66c0a29186)) + ## 6.4.2 __05.10.2024__ diff --git a/lib/src/api_options.dart b/lib/src/api_options.dart index 1fbd8101e..ae8cf7c3f 100644 --- a/lib/src/api_options.dart +++ b/lib/src/api_options.dart @@ -6,7 +6,7 @@ import 'package:oauth2/oauth2.dart'; /// Options for connecting to the Discord API. abstract class ApiOptions { /// The version of nyxx used in [defaultUserAgent]. - static const nyxxVersion = '6.4.2'; + static const nyxxVersion = '6.4.3'; /// The URL to the nyxx repository used in [defaultUserAgent]. static const nyxxRepositoryUrl = 'https://github.com/nyxx-discord/nyxx'; diff --git a/pubspec.yaml b/pubspec.yaml index 977aef762..1780d55bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 6.4.2 +version: 6.4.3 description: A complete, robust and efficient wrapper around Discord's API for bots & applications. homepage: https://github.com/nyxx-discord/nyxx repository: https://github.com/nyxx-discord/nyxx