diff --git a/CHANGELOG.md b/CHANGELOG.md index cc13e8a..7b1bcef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.1.0] - 2018-01-10 +### Added +- New trials stats command +### Changed +- Registration message is now deleted if the user times out. This will prevent users from being able to click on reactions that are no longer active. +### Fixed +- Fix unhelpful error message that occurred when attempting to register an account with no public profiles +- Fix issue where bot would become unresponsive when looking up a user who isn't registered with the bot +- Fix an issue where the 'Spirit is typing' message was sent to the wrong channel when registering + ## [2.0.0] - 2017-11-22 ### Added - New OAuth `register` command which allows for the bot to be aware of all accounts connected to your Bungie.net account. This is a breaking change, and as such, all users will need to register again. diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index ac04a56..4e15795 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,12 +3,12 @@ import discord import pytz -VERSION = "2.0.0" +VERSION = "2.1.0" BLUE = discord.Colour(3381759) CLEANUP_DELAY = 4 OWNERS = (118926942404608003, 182759337394044929) -MODS = (118926942404608003, 182759337394044929, 319531083781767169) +MODS = (118926942404608003, 182759337394044929, 319531083781767169, 169436419918528513) SOLAR_ICON = 365922485524234240 ARC_ICON = 366298692161896458