From 88203c4b10e6dbf0860c73714a2eb2922eedab1f Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Tue, 23 Mar 2021 07:20:04 +0000 Subject: [PATCH] [auto] docs: update docs --- docs/general/changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/general/changelog.md b/docs/general/changelog.md index 3c2817da..dfc90e83 100644 --- a/docs/general/changelog.md +++ b/docs/general/changelog.md @@ -9,6 +9,12 @@ You can see the docs for every version at [here](#/docs). ## [Unreleased] +## [8.0.2] - 2021-03-23 + +### Fixed: + +- TopGG: require authentication on every class method, in order to fix API rejections (issue #174) + ## [8.0.1] - 2021-03-04 ### Fixed: @@ -180,7 +186,7 @@ You can also refer to issue #71. - Update endpoints for ListMyBots, GlennBotList and DiscordBotList. -[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...HEAD +[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...HEAD [4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0 [4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0 [5.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...v5.0.0 @@ -196,3 +202,4 @@ You can also refer to issue #71. [7.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.0...v7.0.1 [8.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.1...v8.0.0 [8.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.0...v8.0.1 +[8.0.2]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...v8.0.2