diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5a2fa..2b02972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ # Changelog -## Unreleased +## v3.1.0-b1 ### Added +- RSS element content is now included in the post the bot makes when there is a new feed +- Warning message after setup command if supplied URL does not return valid RSS - Guild join and leave messages in the console ### Updated - Route a lot of mostly irrelevant console spam to a file instead of the console +- Updated launch command to pass max-old-space-size parameter to limit memory usage + +### Fixed + +- Fixed syntax error when role omitted in feed setup command; it is now properly optional ## v3.0.1 diff --git a/package.json b/package.json index a1fc696..1cdff6c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.1.0-b1", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",