From dc4703c2844b727f7ff584c934f0611affbaa965 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sat, 2 Nov 2024 14:28:20 +0100 Subject: [PATCH] Release 6.5.1 --- CHANGELOG.md | 9 +++++++++ lib/src/api_options.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3937c6b9..4993409f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.5.1 +__02.11.2024__ + +- maintenance: Update github actions([`#723`](https://github.com/nyxx-discord/nyxx/pull/723)) - ([`5d60dcc3`](https://github.com/nyxx-discord/nyxx/commit/5d60dcc35b26edadfa22f7919df74ece448f85ce)) +- bug: Properly expose soundboard ([`#727`](https://github.com/nyxx-discord/nyxx/pull/727)) - ([`f8be20f1`](https://github.com/nyxx-discord/nyxx/commit/f8be20f1c90a2bd52c149fb36b68515d69b44565)) +- bug: Fix missing imports ([`#728`](https://github.com/nyxx-discord/nyxx/pull/728)) - ([`8ba1f41a`](https://github.com/nyxx-discord/nyxx/commit/8ba1f41a00106d0dc470f6ad1e098a3564908875)) +- docs: More docs and typos ([`#724`](https://github.com/nyxx-discord/nyxx/pull/724)) - ([`b3c242bd`](https://github.com/nyxx-discord/nyxx/commit/b3c242bd86c9bbf0a3cb285741070349bb848380)) +- bug: Move logging when connecting ([`#726`](https://github.com/nyxx-discord/nyxx/pull/726)) - ([`3cd8c773`](https://github.com/nyxx-discord/nyxx/commit/3cd8c773d774bd957d7517fa817146045678c4ea)) + ## 6.5.0 __22.10.2024__ diff --git a/lib/src/api_options.dart b/lib/src/api_options.dart index dc5d3363..6708777d 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.5.0'; + static const nyxxVersion = '6.5.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 688aae1d..3a47a8e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 6.5.0 +version: 6.5.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