From 5c5489fd82c84c68fafc250c33faba2996f9f66a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Dec 2024 20:05:06 +0000 Subject: [PATCH] 1.3.20 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ user_mgmt/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa8c87..05a2aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.3.20 (2024-12-09) + +### Other + +* Add local copy of keycloak js adapter ([#78](https://github.com/WIPACrepo/user-management/issues/78)) ([`b2d7096`](https://github.com/WIPACrepo/user-management/commit/b2d70960017349177666e25cbbfa49dcf2c7e198)) + ## v1.3.19 (2024-12-04) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index b7e3b5f..e83969f 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.19' +__version__ = '1.3.20'