From 00501cc3c2a0b7999ba3685a4443a3c36f3d780a Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sat, 9 Sep 2017 21:39:47 -0700 Subject: [PATCH] increment version number and update CHANGELOG.md --- CHANGELOG.md | 4 ++++ cogs/utils/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af5e79..5db1abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.1.2] - 2017-09-09 +### Fixed +- Invalid Bungie account names would cause the register command to be unresponsive + ## [1.1.1] - 2017-09-09 ### Fixed - Help message couldn't be invoked by mentioning the bot outside of a private message diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index 845eccc..6c7f3cd 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "1.1.1" +VERSION = "1.1.2" BLUE = discord.Colour(3381759) SPAM_DELAY = 4