diff --git a/CHANGELOG.md b/CHANGELOG.md index 5060662f4..51dc9c944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 2.3.0 2023-11-08 + +## Fix + +- Permission allow to show only the linked item in the sidebar group +- Remove the quota when limit is unset in form +- RequestNotification/InstanceNotificationFilter filter were not saved + +## Feature + +- Email notification template + # 2.2.0 2023-10-26 ## Fix diff --git a/Squest/version.py b/Squest/version.py index 50e231be6..d88b48d39 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.2.1b" +__version__ = "2.3.0" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index a9b9eb889..3e7bf0fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.2.1b" +version = "2.3.0" 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"