diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3f347..15cfec8 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.0.3] - 2017-08-30 +### Fixed +- Users could not invoke commands if they added the bot to their server while the bot was offline, and then it came back online + ## [1.0.2] - 2017-08-27 ### Fixed - Event creation would fail if no description was given diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index 15779dc..66bc83b 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "1.0.2" +VERSION = "1.0.3" BLUE = discord.Colour(3381759) SPAM_DELAY = 4 REACTION_DELAY = 4