diff --git a/CHANGELOG.md b/CHANGELOG.md index 5212824..e404d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ ambiguous situations. ## Unreleased +## 3.5.2 - 2024-04-14 + ### Fixed - Crawling of personal desktop with ILIAS 8 - Crawling of empty personal desktops diff --git a/PFERD/version.py b/PFERD/version.py index 3f27494..47da4a6 100644 --- a/PFERD/version.py +++ b/PFERD/version.py @@ -1,2 +1,2 @@ NAME = "PFERD" -VERSION = "3.5.1" +VERSION = "3.5.2"