diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b3e20..a89fa08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## v3.4.x +#### v3.4.1 +* Adding command to change nicknames + #### v3.4.0 (#25) * Added nested commands, enclose a command in brackets, braces, or parenthesis inside a longer message: `You really don't get it do you? [that's the joke.gif] You're so dense` would return the results for just `that's the joke.gif` * Improved the `/save gifsearch` interface and the code behind the scenes diff --git a/package.json b/package.json index ed51b46..558e5f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodbot", - "version": "3.4.0", + "version": "3.4.1", "description": "Nods and Nod Accessories", "main": "main.js", "dependencies": {