From 1d4d1bdb326b37f3f2f0aa9a3038cbae364b0a10 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sat, 8 Jan 2022 23:06:53 +0100 Subject: [PATCH] Release 3.2.2 --- 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 9c745c639..4882de487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.2 +__08.01.2022__ + +- Fix message edit behavior (#283) +- Fix `addEmbed` behavior on message builder (#284) + ## 3.2.1 __01.01.2022__ diff --git a/lib/src/internal/constants.dart b/lib/src/internal/constants.dart index f62d53127..474132cf6 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.1"; + static const String version = "3.2.2"; /// Url to Nyxx repo static const String repoUrl = "https://github.com/nyxx-discord/nyxx"; diff --git a/pubspec.yaml b/pubspec.yaml index 22455e18f..b1175c75c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 3.2.1 +version: 3.2.2 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