diff --git a/CHANGELOG.md b/CHANGELOG.md index df4fcf5..a76508e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,13 @@ ambiguous situations. ## Unreleased +## 3.5.1 - 2024-04-09 + +### Added +- Support for ILIAS 8 + ### Fixed - Video name deduplication -- Compatibility with ILIAS 8 ## 3.5.0 - 2023-09-13 diff --git a/PFERD/version.py b/PFERD/version.py index 5ee464d..3f27494 100644 --- a/PFERD/version.py +++ b/PFERD/version.py @@ -1,2 +1,2 @@ NAME = "PFERD" -VERSION = "3.5.0" +VERSION = "3.5.1"