From a71b24a5a5da804267033e6d7070877a8d586508 Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 8 Feb 2019 18:07:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e25b57..9253d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0.0-rc2] 2019-02-08 +### Added + - Correctly support action-alias acknowledge enabled flag in StackStorm API. + - Support appending the execution `web_url` to action-alias acknowledgement message. + +### Changed + - Fixed exception raise in log message when err-stackstorm isn't able to fetch a valid StackStorm user token. + +### Removed + - removed dependency for st2client to be able to use requests>=2.20. This avoid conflicts with popular chat backends. + ## [2.0.0-rc1] 2019-01-28 ### Added - setup.py to be able to install plugin from the command line.