diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 998c176d..305e7cc5 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,18 @@ Release History =============== +3.3.4 (2019-04-22) +------------------ + +- Fix receive command bugs related template labels +- Fix receive command bug when importing to custom credential types +- Fix receive command bug when host name was in multiple inventories +- Fix bugs with special characters in config options +- Fix bug using HipChat notification "notify" option +- Password prompt written to stderr now +- Support prompting for inventory and variables with workflows +- Allow managing certain user-configurable instance properties + 3.3.3 (2019-03-22) ----------- diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 00179acc..27f66cc9 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.3' +VERSION = '3.3.4' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'