diff --git a/CHANGELOG.md b/CHANGELOG.md index 070f922..0a01ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.1](https://github.com/ezxmora/Friskainet/compare/v7.0.0...v7.0.1) (2023-04-02) + + +### Bug Fixes + +* added docker-compose volume persistence ([e8099ca](https://github.com/ezxmora/Friskainet/commit/e8099ca2e7f7e09fb960c6aa752e9253ca00d001)) +* docker-compose subnetting ([328c3de](https://github.com/ezxmora/Friskainet/commit/328c3de31096ffc83cc6693bdadb124463997f95)) +* GatewayIntentBits bans ([2a19934](https://github.com/ezxmora/Friskainet/commit/2a19934087f14aa64ff4ad882a9aaf635aefddac)) + ## [7.0.0](https://github.com/ezxmora/Friskainet/compare/v6.0.1...v7.0.0) (2023-04-02) diff --git a/package.json b/package.json index bbb9af3..bdf2b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "friskainet", - "version": "7.0.0", + "version": "7.0.1", "description": "Another Discord bot written in JavaScript using DiscordJS", "main": "app.js", "engines": {