From 43dd6f8180b8456ffa0993060170ad6a3e2a43d6 Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sat, 21 Oct 2017 14:01:27 -0700 Subject: [PATCH] update changelog and increment version number --- CHANGELOG.md | 6 ++++++ cogs/utils/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86dbd1..2085f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index 851bf7e..5e43d52 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "1.4.0" +VERSION = "1.4.1" BLUE = discord.Colour(3381759) SPAM_DELAY = 4