diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fd2be..76906ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.1.0 +__15.11.2023__ +- Added a helper to reply to a message. +- Fixed an issue with paginating back to a page that had already been seen. + ## 4.0.0 __20.10.2023__ - Fixed an issue with link formatting. diff --git a/pubspec.yaml b/pubspec.yaml index 4837d9c..224f796 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_extensions -version: 4.0.0 +version: 4.1.0 description: Extensions to the Discord API provided in nyxx, including pagination support and message sanitization. repository: https://github.com/nyxx-discord/nyxx_extensions documentation: https://nyxx.l7ssha.xyz