From c154f268c4c4fbe4c2182ea5ca8af62d69cb8310 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 May 2023 20:45:02 +0000 Subject: [PATCH] 1.2.32 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ user_mgmt/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dae615..54d03ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.2.32 (2023-05-16) +### Other +* Allow usernames with dashes ([#44](https://github.com/WIPACrepo/user-management/issues/44)) ([`9f81b9e`](https://github.com/WIPACrepo/user-management/commit/9f81b9e6721e5bb85a2062e6c44ba0397a47d390)) + ## v1.2.31 (2023-05-02) ### Other * Update wipac-keycloak-rest-services to 1.3.8 ([#43](https://github.com/WIPACrepo/user-management/issues/43)) ([`112922d`](https://github.com/WIPACrepo/user-management/commit/112922db7efd91dcb9500a1e082b40a0b2207573)) diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 2a514b6..7b68275 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.2.31' +__version__ = '1.2.32'