From f36e1b933bf66c4d2f80b5d47378a382f7137c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 18 May 2021 17:05:18 +0200 Subject: [PATCH] Version 1.2.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 | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 301d69920..f1d00414c 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,34 @@ Release notes .. towncrier release notes start +v1.2.0 +====== +Released on 2021-05-18. + + +Features +^^^^^^^^ + +* Display the version in the page footer (:issue:`592`). +* Allow sponsors to resign from their position in the group (:issue:`599`). + +Bug Fixes +^^^^^^^^^ + +* Lowercase the username in Forgot Password Ask controller (:issue:`573`). +* Skipped autocomplete in OTP fields (:issue:`593`). + +Contributors +^^^^^^^^^^^^ + +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Aurélien Bompard +* Josseline Perdomo +* Yaron Shahrabani + + v1.1.0 ====== diff --git a/pyproject.toml b/pyproject.toml index f07c7b085..ffff82b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.1.0" +version = "1.2.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"