diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8bb33d0a8..a8d9d8d84 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,28 @@ Release notes .. towncrier release notes start +v1.5.0 +====== + +Released on 2021-12-15. + +Dependency Changes +^^^^^^^^^^^^^^^^^^ + +* Update to Flask 2.0, and update other dependencies (:pr:`828`). + +Features +^^^^^^^^ + +* Allow the configuration of a regexp to validate usernames, and limit its + length (:pr:`827`). + +Development Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Use Github Actions for CI (:pr:`828`). + + v1.4.0 ====== diff --git a/news/PR827.feature b/news/PR827.feature deleted file mode 100644 index 091577675..000000000 --- a/news/PR827.feature +++ /dev/null @@ -1 +0,0 @@ -Allow the configuration of a regexp to validate usernames, and limit its length diff --git a/news/PR828.dependency b/news/PR828.dependency deleted file mode 100644 index 65fe64103..000000000 --- a/news/PR828.dependency +++ /dev/null @@ -1 +0,0 @@ -Update to Flask 2.0, and update other dependencies diff --git a/news/PR828.dev b/news/PR828.dev deleted file mode 100644 index 7fcd4d1f7..000000000 --- a/news/PR828.dev +++ /dev/null @@ -1 +0,0 @@ -Use Github Actions for CI diff --git a/pyproject.toml b/pyproject.toml index be913583d..6a06aa750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.4.0" +version = "1.5.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"