diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b37645..e94a119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.113 (2024-11-21) + +### Other + +* Update keycloak theme ([#166](https://github.com/WIPACrepo/keycloak-rest-services/issues/166)) ([`7eaedfa`](https://github.com/WIPACrepo/keycloak-rest-services/commit/7eaedfae11e09068d61836a8464829528fd7300c)) + ## v1.4.112 (2024-11-21) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 46ff563..64d2d9a 100644 --- a/krs/__init__.py +++ b/krs/__init__.py @@ -5,7 +5,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.4.112" +__version__ = "1.4.113" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),