Skip to content

Commit eabb450

Browse files
committed
3.17.1
1 parent 5ee7830 commit eabb450

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ a release.
1919

2020
## [Unreleased]
2121

22+
## [3.17.1] - 2024-10-07
23+
### Fixed
24+
- Removed invalid `@note` annotation from `AbstractLogEntry::$data`, which was causing issues in projects using annotation parsers
25+
2226
## [3.17.0] - 2024-10-06
2327
### Added
24-
- Support for `doctrine/dbal` >= 4.0
28+
- Support for `doctrine/dbal` >= 4.0 with all extensions, except Loggable
2529

2630
### Changed
2731
- Extend `Throwable` from `Gedmo\Exception` interface

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ can be easily implemented using Mapping extension to handle the additional metad
6666

6767
### Version Compatibility
6868

69-
* DBAL: `^3.2` or `^4.0`
69+
* DBAL: `^3.2` (for all the extensions) or `^4.0` (for all the extensions, except **Loggable**)
7070
* ORM: `^2.14` or `^3.0`
7171
* MongoDB ODM: `^2.3`
7272

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class DoctrineExtensions
3030
/**
3131
* Current version of extensions
3232
*/
33-
public const VERSION = '3.17.0';
33+
public const VERSION = '3.17.1';
3434

3535
/**
3636
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)