diff --git a/CHANGELOG.md b/CHANGELOG.md index af7fad4..d9538d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.110 (2024-11-19) + +### Other + +* Keycloak 26 docker upgrades ([#164](https://github.com/WIPACrepo/keycloak-rest-services/issues/164)) ([`2547f3a`](https://github.com/WIPACrepo/keycloak-rest-services/commit/2547f3a7d0db2948a6376296a980c9c1103c6d3a)) + ## v1.4.109 (2024-10-17) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 907a525..871f78e 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.109" +__version__ = "1.4.110" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),