diff --git a/CHANGELOG.md b/CHANGELOG.md index 534016e..426afce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.1.3] 2020-01-10 +### Added + - Added err-stackstorm version in the st2help display. + +### Changed + - Fixed st2help function to have to correct number of positional arguments. + ## [2.1.2] 2019-11-24 ### Added - Added CircleCI build badge to README. diff --git a/st2.py b/st2.py index e4851ea..862083d 100644 --- a/st2.py +++ b/st2.py @@ -38,7 +38,7 @@ ) LOG = logging.getLogger("errbot.plugin.st2") -ERR_STACKSTORM_VERSION = "2.1.2" +ERR_STACKSTORM_VERSION = "2.1.3" class St2(BotPlugin): diff --git a/version.json b/version.json index 824cd49..dbc894b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2.1.2" + "version": "2.1.3" }