From 705a771c40723daf9be76174d9430006a4f67df6 Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sat, 26 May 2018 16:49:01 -0700 Subject: [PATCH] Update changelog and increment version number --- CHANGELOG.md | 4 ++++ cogs/utils/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a6c64..1600599 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). +## [2.2.0] - 2018-05-26 +### Added +- Option to indicate event attendance as 'maybe' + ## [2.1.1] - 2018-03-05 ### Changed - Temporarily removed nightfall modifiers as they were not displaying properly diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index 6421146..cbd045f 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "2.1.1" +VERSION = "2.2.0" BLUE = discord.Colour(3381759) CLEANUP_DELAY = 4