Update changelog

This commit is contained in:
benji7425 2017-05-21 19:26:36 +01:00
parent 03ee59c257
commit 01182540f3
2 changed files with 10 additions and 2 deletions

View file

@ -1,12 +1,20 @@
# Changelog # Changelog
## Unreleased ## v1.4.0
## Added ## Added
- Support for posting links from multiple feeds - Support for posting links from multiple feeds
- Tagging of separate roles for each feed being checked - Tagging of separate roles for each feed being checked
## Updated
- Updated bot connection code to use my discord-bot-wrapper
## Removed
- !logsplease command removed as the OTT logging was just being annoying
## v1.3.2 ## v1.3.2
### Fixed ### Fixed

View file

@ -1,6 +1,6 @@
{ {
"name": "discord-feed-bot", "name": "discord-feed-bot",
"version": "1.3.2", "version": "1.4.0",
"description": "discord-feed-bot", "description": "discord-feed-bot",
"main": "app/index.js", "main": "app/index.js",
"scripts": { "scripts": {