diff --git a/CHANGELOG.md b/CHANGELOG.md index 540af31f1..328001864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.7.4 2022-09-15 + +## Fix + +- Accept request from API without survey doesn't work +- Auto-process only worked if auto-accept is enabled +- The extra_vars field is not valid if it is in JSON from the API. +- Update resource from API does not work for all fields + +## Enhancement] + +- link docs to operations +- add request messages to request details + # 1.7.3 2022-08-31 ## Enhancement diff --git a/Squest/version.py b/Squest/version.py index ddc710fa6..c47538c01 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "1.7.4b" +__version__ = "1.7.4" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 7a2fcbab1..4adc9b7d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "1.7.4b" +version = "1.7.4" description = "Service catalog on top of Ansible Tower" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"