From 75f0fb10b8d6fa79d34ed5dc4993d676db5965ac Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Thu, 31 May 2018 21:12:37 -0700 Subject: [PATCH] Update changelog and increment version number --- CHANGELOG.md | 6 ++++++ cogs/utils/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1600599..70eee30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3.0] - 2018-05-31 +### Added +- Doubles stats command +- Mayhem stats command +- Iron Banner stats command + ## [2.2.0] - 2018-05-26 ### Added - Option to indicate event attendance as 'maybe' diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index cbd045f..b5c9316 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "2.2.0" +VERSION = "2.3.0" BLUE = discord.Colour(3381759) CLEANUP_DELAY = 4