Skip to content

Commit

Permalink
Release 6.0.2 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything authored Nov 16, 2023
1 parent f7abb73 commit 752ea45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 6.0.2
__16.11.2023__

- bug: Fix incorrect assertions in interaction.respond
- bug: Fix incorrect serialization of autocompletion interaction responses

## 6.0.1
__01.10.2023__
__01.11.2023__

- bug: Fix incorrect serialization of CommandOptionBuilder.
- bug: Fix customId missing from ButtonBuilder constructor.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1';
static const nyxxVersion = '6.0.2';

/// The URL to the nyxx repository used in [defaultUserAgent].
static const nyxxRepositoryUrl = 'https://github.com/nyxx-discord/nyxx';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nyxx
version: 6.0.1
version: 6.0.2
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
Expand Down

0 comments on commit 752ea45

Please sign in to comment.