diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0f265..0342f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.3.12 (2024-05-10) + +### Other + +* Update password reset documentation ([`9ab0c66`](https://github.com/WIPACrepo/user-management/commit/9ab0c66fa68ed9788d7716237f6f7d9ed98ebdcd)) + ## v1.3.11 (2024-05-02) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 6c6a2be..d85a9a7 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.11' +__version__ = '1.3.12'