diff --git a/CHANGELOG.md b/CHANGELOG.md index 249b1687e..a9c0e79bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# 2.4.1 2023-12-18 + +## Fix + +- Fix duplicate fields after sync AWX +- Fix requirement for k8s deployment + # 2.4.0 2023-12-15 +⚠ Please do not use this version, as the survey fields may be duplicated during AWX sync. +This error is fixed in the 2.4.1 version and a database cleanup is performed during migration. + ## Breaking changes ⚠ - Rename "NEED INFO" state into "ON HOLD", related urls changed diff --git a/Squest/version.py b/Squest/version.py index 7d93023dc..3f23e14ce 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.4.1b" +__version__ = "2.4.1" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index a181ff24c..b83ea6535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.4.1b" +version = "2.4.1" description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"