We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c741c0 commit 3ca38e8Copy full SHA for 3ca38e8
CHANGELOG.md
@@ -19,6 +19,10 @@ a release.
19
20
## [Unreleased]
21
22
+## [3.20.1] - 2025-09-14
23
+### Fixed
24
+- Compatibility with `doctrine/mongodb-odm` ^2.11 (#2945)
25
+
26
## [3.20.0] - 2025-04-04
27
### Fixed
28
- SoftDeleteable: Resolved a bug where a soft-deleted object isn't remove from the ObjectManager (#2930)
src/DoctrineExtensions.php
@@ -30,7 +30,7 @@ final class DoctrineExtensions
30
/**
31
* Current version of extensions
32
*/
33
- public const VERSION = '3.20.0';
+ public const VERSION = '3.20.1';
34
35
36
* Hooks all extension metadata mapping drivers into
0 commit comments