diff --git a/CHANGELOG.md b/CHANGELOG.md index 44eed99cf..c0a013960 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`, 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/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