From dc6f4147c6674581c45caff6bb1f923bc810965b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Sep 2023 13:47:58 +0200 Subject: [PATCH] Version 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/release_notes.rst | 33 +++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4376f1d0c..58606ca11 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -6,6 +6,39 @@ Release notes .. towncrier release notes start +v1.8.0 +====== + +Released on 2023-09-21. +This is a feature release that adds a RSS URL to the user profile. + +Features +^^^^^^^^ + +* Add the RSS URL to the user profile (:issue:`1216`). + +Bug Fixes +^^^^^^^^^ + +* Fix the boolean values (checkboxes) not showing up in the profile page + (:issue:`1202`). +* Don't show disabled (locked) users in Noggin (:issue:`1210`). + +Contributors +^^^^^^^^^^^^ + +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Jonathan Wright +* Aurélien Bompard +* grimst +* Lenka Segura +* Nils Philippsen +* Pedro Moura +* Ryan Lerch + + v1.7.1 ====== diff --git a/pyproject.toml b/pyproject.toml index ccba35e00..e00841b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.7.1" +version = "1.8.0" description = "Noggin is a self-service portal for FreeIPA. The primary purpose of the portal is to allow users to sign up and manage their account information and group membership." license = "MIT"