From 8a71425dc473fcaae4dbd94b94bc7d9290219e64 Mon Sep 17 00:00:00 2001 From: benji7425 Date: Sun, 12 Nov 2017 19:50:22 +0000 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b02972..7e98ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Changelog -## v3.1.0-b1 +## v3.1.0 ### 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 +- Removal of guild data if the bot leaves a guild ### Updated @@ -16,6 +17,7 @@ ### Fixed - Fixed syntax error when role omitted in feed setup command; it is now properly optional +- Fixed the wrong feed sometimes being removed when using the remove-feed command ## v3.0.1 diff --git a/package.json b/package.json index 1cdff6c..f227f15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.1.0-b1", + "version": "3.1.0", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",