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 Sep 17, 2017
1 parent 9d15035 commit bbd3d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [1.2.1] - 2017-09-17
### Added
- Timezones NZST, NZDT, HKT, JST are now supported
- Manage Server members can now define the lowest role that can delete events
Expand All @@ -14,7 +14,7 @@ could cause issues
- Fixed issue where the event role was allowing users to delete events when it is only supposed to
allow for event creation

## [1.2.0]
## [1.2.0] - 2017-09-15
### Added
- Manage Server members can now define the lowest role that can create events
- Event creator/organizer is now displayed in each event message
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 = "1.2.0"
VERSION = "1.2.1"
BLUE = discord.Colour(3381759)
SPAM_DELAY = 4

Expand Down

0 comments on commit bbd3d31

Please sign in to comment.