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 Oct 21, 2017
1 parent 676c023 commit 43dd6f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.4.1] - 2017-10-21
### Added
- Additional information added to the help message for `!help item`
### Changed
- Stats command disabled due to incorrect values being returned from Bungie

## [1.4.0] - 2017-10-18
### Added
- New `!item` command that allows the user to search for and display Destiny 2 weapons and armor
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.4.0"
VERSION = "1.4.1"
BLUE = discord.Colour(3381759)
SPAM_DELAY = 4

Expand Down

0 comments on commit 43dd6f8

Please sign in to comment.