diff --git a/CHANGELOG.md b/CHANGELOG.md index 44eed99cf..594bf72d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,13 @@ a release. ## [Unreleased] +## [3.17.1] - 2024-10-07 +### Fixed +- Removed invalid `@note` annotation from `AbstractLogEntry::$data`, which was causing issues in projects using annotation parsers + ## [3.17.0] - 2024-10-06 ### Added -- Support for `doctrine/dbal` >= 4.0 +- Support for `doctrine/dbal` >= 4.0 with all extensions, except Loggable ### Changed - Extend `Throwable` from `Gedmo\Exception` interface diff --git a/README.md b/README.md index 3717a3042..5807071d0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ can be easily implemented using Mapping extension to handle the additional metad ### Version Compatibility -* DBAL: `^3.2` or `^4.0` +* DBAL: `^3.2` (for all the extensions) or `^4.0` (for all the extensions, except **Loggable**) * ORM: `^2.14` or `^3.0` * MongoDB ODM: `^2.3` diff --git a/src/DoctrineExtensions.php b/src/DoctrineExtensions.php index 133029d9a..4ab41efa8 100644 --- a/src/DoctrineExtensions.php +++ b/src/DoctrineExtensions.php @@ -30,7 +30,7 @@ final class DoctrineExtensions /** * Current version of extensions */ - public const VERSION = '3.17.0'; + public const VERSION = '3.17.1'; /** * Hooks all extension metadata mapping drivers into