diff --git a/docs/general/changelog.md b/docs/general/changelog.md index f060462a..988e9d40 100644 --- a/docs/general/changelog.md +++ b/docs/general/changelog.md @@ -8,6 +8,10 @@ You can see the docs for every version at [here](#/docs). ## [Unreleased] +## [5.0.1] - 2020-06-29 +### Fixed +- DiscordExtremeList: fixed endpoint for stats posting. + ## [5.0.0] - 2020-06-27 ### Added - ServiceBase: added the `ServiceBase.getAll()` method, which returns all the loaded services. @@ -39,7 +43,8 @@ You can see the docs for every version at [here](#/docs). ### Fixed - Update endpoints for ListMyBots, GlennBotList and DiscordBotList. -[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v5.0.0...HEAD +[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v5.0.1...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 +[5.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v5.0.0...v5.0.1