diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e55676fb4c81b5de6596d185d9a2804edfe0516c..cc70c8494ae0999871df1375943ec8f9c17bee22 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +Version 0.11.4 (2018-09-24) +--------------------------- + +- Replace AWX username/password with oauth token for deployment +- Allow to resize the CodeMirror editor (INFRA-543) +- Add yaml constructor to support "!vault" tag (INFRA-544) +- Fix TowerCLIError when ztp_stack is empty (INFRA-547) +- Fix AttributeError when creating host with group (INFRA-548) +- Enable sentry user feedback for crash reports + Version 0.11.3 (2018-09-14) ---------------------------