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

Commit

Permalink
Update changelog and increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed May 27, 2018
1 parent 2586a69 commit 705a771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cogs/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import discord
import pytz

VERSION = "2.1.1"
VERSION = "2.2.0"
BLUE = discord.Colour(3381759)
CLEANUP_DELAY = 4

Expand Down

0 comments on commit 705a771

Please sign in to comment.