diff --git a/CHANGELOG.md b/CHANGELOG.md index 593a087..28da312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## v3.3.0 +### Updated +- Updated RSS parser to now use [rss-parser](https://www.npmjs.com/package/rss-parser) module to increase compatibility with feeds +- Updated RSS entry caching to exclude 'www.' prefix to avoid certain mis-caches + ## v3.2.2 ### Fixed - Fixed a couple of edge case errors diff --git a/package.json b/package.json index 7ca889b..56ae440 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.2.2", + "version": "3.3.0", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",