File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,13 @@ a release.
19
19
20
20
## [ Unreleased]
21
21
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
+
22
26
## [ 3.17.0] - 2024-10-06
23
27
### Added
24
- - Support for ` doctrine/dbal ` >= 4.0
28
+ - Support for ` doctrine/dbal ` >= 4.0 with all extensions, except Loggable
25
29
26
30
### Changed
27
31
- Extend ` Throwable ` from ` Gedmo\Exception ` interface
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ can be easily implemented using Mapping extension to handle the additional metad
66
66
67
67
### Version Compatibility
68
68
69
- * DBAL: ` ^3.2 ` or ` ^4.0 `
69
+ * DBAL: ` ^3.2 ` (for all the extensions) or ` ^4.0 ` (for all the extensions, except ** Loggable ** )
70
70
* ORM: ` ^2.14 ` or ` ^3.0 `
71
71
* MongoDB ODM: ` ^2.3 `
72
72
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class DoctrineExtensions
30
30
/**
31
31
* Current version of extensions
32
32
*/
33
- public const VERSION = '3.17.0 ' ;
33
+ public const VERSION = '3.17.1 ' ;
34
34
35
35
/**
36
36
* Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments