diff --git a/CHANGELOG.md b/CHANGELOG.md index 33412a10..bc6accf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0 (2016-11-07) + ++ Added `!add` command which saves an attached .mp3 file and adds it to sounds + ## 0.3.0 (2016-11-07) + Added a databse to count the number of times each sound has been played diff --git a/package.json b/package.json index 2552fbc5..0a7898b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicord_soundbot", - "version": "0.3.1", + "version": "0.4.0", "description": "A Discord Bot to play sounds", "main": "bot.js", "dependencies": {