diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a10d5..64c0497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.105 (2024-06-27) + +### Other + +* Add actions/sync_gws_calendars.py ([`e034067`](https://github.com/WIPACrepo/keycloak-rest-services/commit/e03406714acf3b9b94c8622d699f0877a9d48a3f)) + ## v1.4.104 (2024-06-19) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 04a0b28..6804b75 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.104" +__version__ = "1.4.105" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),