diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd922b..df77e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.82 (2024-04-29) + +### Other + +* Fix non-determinism in tests ([`d231f35`](https://github.com/WIPACrepo/keycloak-rest-services/commit/d231f35bfce00f3389588ec0df0574cbc7cdec3f)) + ## v1.4.81 (2024-04-29) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 2502b38..38effff 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.81" +__version__ = "1.4.82" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),