diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5c93cbd..b9f4931ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.2.1 +__03.04.2024__ + +- bug: Fix parsing integration types when they are not present. + ## 6.2.0 __20.03.2024__ diff --git a/lib/src/api_options.dart b/lib/src/api_options.dart index 1cfc8c522..b82162bb8 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.2.0'; + static const nyxxVersion = '6.2.1'; /// 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 99e93c4ee..b078b735c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 6.2.0 +version: 6.2.1 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