From d1753cad3205a03316d43aeb48be16674b34e03e Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sun, 25 Sep 2022 10:09:45 +0200 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 12 ++++++++++++ lib/src/internal/constants.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6103df690..fdad96662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 4.1.0 +__25.09.2022__ + +- feature: Add `invitesDisabled` feature (#370) +- feature: Add pending for member screening (#371) +- feature: member screening events (#372) +- feature: Cache guild events (#369) +- feature: Refactor internal shard system (#368) +- feature: Event to notify change of connection status (#364) +- feature: feature: auto moderation (#353) +- bug: Fixup shard disconnect event + ## 4.1.0-dev.4 __15.09.2022__ diff --git a/lib/src/internal/constants.dart b/lib/src/internal/constants.dart index 93e892009..f3d58ca45 100644 --- a/lib/src/internal/constants.dart +++ b/lib/src/internal/constants.dart @@ -33,7 +33,7 @@ class Constants { static const int apiVersion = 10; /// Version of Nyxx - static const String version = "4.1.0-dev.4"; + static const String version = "4.1.0"; /// Url to Nyxx repo static const String repoUrl = "https://github.com/nyxx-discord/nyxx"; diff --git a/pubspec.yaml b/pubspec.yaml index 711850e52..1be147df9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 4.1.0-dev.4 +version: 4.1.0 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