Skip to content

Commit

Permalink
bumped version number and added to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reactivepixel committed Nov 13, 2019
1 parent 7b49c91 commit e6ec51d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ client.on('message', (message) => {
util.log('Command message received', message.content, 0);

// Build basic help string
let helpString = 'v1.6.0 Discovered Commands:\n\n\t**<> - Required Item\t\t[] - Optional Item**';
let helpString = 'v1.7.0 Discovered Commands:\n\n\t**<> - Required Item\t\t[] - Optional Item**';

// Process message against every controller
Object.keys(controllers).forEach((key) => {
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.7.0](https://github.com/reactivepixel/Max-Bot/releases/tag/v1.7.0)

* Roles are now dynamically blocked by the role `MAX_SELF_ASSIGN_ROLE`. Only roles below this are valid for self assignment.

## [v1.6.0](https://github.com/reactivepixel/Max-Bot/releases/tag/v1.6.0)

Max has been moved from a VPS on Digital Ocean running on Docker and a Docker Maria DB Container onto Heroku using a JawsMariaDB resource. Additional enhancements have been made to the [email protected] gmail account to enable 2-factor Auth and a bypass key for Max has been generated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "max",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"main": "bot/client.js",
"engines": {
Expand Down

0 comments on commit e6ec51d

Please sign in to comment.