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 1205a91 commit 5b0b8a4Copy full SHA for 5b0b8a4
CHANGELOG.md
@@ -18,6 +18,8 @@ a release.
18
---
19
20
## [Unreleased]
21
+
22
+## [3.19.0] - 2025-02-24
23
### Added
24
- Actor provider for use with extensions with user references (#2914)
25
src/DoctrineExtensions.php
@@ -30,7 +30,7 @@ final class DoctrineExtensions
30
/**
31
* Current version of extensions
32
*/
33
- public const VERSION = '3.18.0';
+ public const VERSION = '3.19.0';
34
35
36
* Hooks all extension metadata mapping drivers into
0 commit comments