diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 305e7cc5..921a4857 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,15 @@ Release History =============== +3.3.5 (2019-07-19) +------------------ + +- Fix error with use of --insecure flag +- Allow notifications to be used with projects +- Fix send command error when job and workflow have the same name +- Fix receive command when schedules have survey answers +- Fix error associating credential with workflow node + 3.3.4 (2019-04-22) ------------------ diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 27f66cc9..39d9cbe8 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.4' +VERSION = '3.3.5' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'