diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a600ac..26fadea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.59 (2024-02-01) + +### Other + +* Rename prune_mailing_lists_by_experiment ([#125](https://github.com/WIPACrepo/keycloak-rest-services/issues/125)) ([`7925910`](https://github.com/WIPACrepo/keycloak-rest-services/commit/7925910f2fc73680b11aaba3f023d162bb41441c)) + ## v1.4.58 (2024-01-29) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 27673d8..1c95d3c 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.58" +__version__ = "1.4.59" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),