Skip to content

Commit 3ca38e8

Browse files
committed
3.20.1
1 parent 7c741c0 commit 3ca38e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ a release.
1919

2020
## [Unreleased]
2121

22+
## [3.20.1] - 2025-09-14
23+
### Fixed
24+
- Compatibility with `doctrine/mongodb-odm` ^2.11 (#2945)
25+
2226
## [3.20.0] - 2025-04-04
2327
### Fixed
2428
- SoftDeleteable: Resolved a bug where a soft-deleted object isn't remove from the ObjectManager (#2930)

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.20.0';
33+
public const VERSION = '3.20.1';
3434

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

0 commit comments

Comments
 (0)