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"