From 560297dbb9f61d2fa2738f995ccce9de4de19113 Mon Sep 17 00:00:00 2001 From: elias-boulharts Date: Fri, 29 Sep 2023 11:09:25 +0200 Subject: [PATCH] release 2.1.0 --- CHANGELOG.md | 10 +++++++++- Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506dbcc50..81d658efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ -# dev +# 2.1.0 2023-09-29 ## Feature - Introducing "owner permissions" in Global scopes. Admin can add permissions to users for objects that belong to them (Instance, Request and Support). This enables a v1-like functionality in terms of permissions. +## Enhancement + +- Login page redirect to the next page. + +## Fix + +- Breadcrumbs in Teams did not show Organization in some views. + # 2.0.0 2023-09-27 ## Breaking changes ⚠ diff --git a/Squest/version.py b/Squest/version.py index f23a180cb..308c0149f 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.0.1b" +__version__ = "2.1.0" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 5589c9638..a74e56c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.0.1b" +version = "2.1.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"