diff --git a/CHANGELOG.md b/CHANGELOG.md index 9204d90..3dae615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v1.2.30 (2023-02-07) diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 283bf37..2a514b6 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.2.30' +__version__ = '1.2.31'