diff --git a/doc/changelogs/CHANGELOG-5.x.md b/doc/changelogs/CHANGELOG-5.x.md index 08b98960..9637fdfe 100644 --- a/doc/changelogs/CHANGELOG-5.x.md +++ b/doc/changelogs/CHANGELOG-5.x.md @@ -10,6 +10,17 @@ The following lists only the most important changes from version 4.0 to version * Minimum supported version of PHP is now PHP 7.4 or 8.0+ * Minimum supported version of Ibexa Platform is now 4.0 -* Service name for Tags service has been renamed to `netgen_tags.api.service.tags` (old name is kept for BC) +* Service name for Tags service has been renamed to `netgen_tags.api.service.tags` (old name is kept for BC) * The codebase has been modernized across the board: - Property typehints have been added to all code + +5.1.0 (06.09.2023) +------------------ + +* Implemented TagId and TagKeyword visitors for elasticsearch (Thanks @petarjakopec) +* Bumped all code to PHP 8.1 + +5.2.0 (29.03.2024) +------------------ + +* Bumped jQuery to 3.7.1 (Thanks @ljacmi)