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

## [Unreleased]
## [1.3.0]
### Added
- New stats command to view PvP and PvE stats
- New stats command to view PvP and PvE stats! These commands can be envoked with `!stats pvp` and
`!stats pve`

## [1.2.2] - 2017-09-19
### Fixed
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.2"
VERSION = "1.3.0"
BLUE = discord.Colour(3381759)
SPAM_DELAY = 4

Expand Down

0 comments on commit 9b35230

Please sign in to comment.