Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Sep 25, 2022
1 parent ae49161 commit d1753ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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__

Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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";
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: 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
Expand Down

0 comments on commit d1753ca

Please sign in to comment.