From 42c4f4d5cb43ec5b029dee5e1d30d6bbfb16b5e5 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sun, 30 Jan 2022 11:30:50 +0100 Subject: [PATCH] Release 3.2.5 --- CHANGELOG.md | 6 ++++++ lib/src/internal/constants.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11e4200f..9e37a39af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.5 +__30.01.2022__ + +- bugfix: Serialization error with permissions on ChannelBuilder. Fixes #294 +- bugfix: Fix MemberBuilder serialization json error + ## 3.2.4 __23.01.2022__ diff --git a/lib/src/internal/constants.dart b/lib/src/internal/constants.dart index 5900a7105..56bbb7bcd 100644 --- a/lib/src/internal/constants.dart +++ b/lib/src/internal/constants.dart @@ -33,7 +33,7 @@ class Constants { static const int apiVersion = 9; /// Version of Nyxx - static const String version = "3.2.4"; + static const String version = "3.2.5"; /// Url to Nyxx repo static const String repoUrl = "https://github.com/nyxx-discord/nyxx"; diff --git a/pubspec.yaml b/pubspec.yaml index 2fd60aa8c..7625f1646 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 3.2.4 +version: 3.2.5 description: A Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/nyxx-discord/nyxx repository: https://github.com/nyxx-discord/nyxx