Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
increment version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Jan 10, 2018
1 parent 38ebdf6 commit 5f354bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions cogs/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f354bb

Please sign in to comment.