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 ea80333 commit 8c02ceeCopy full SHA for 8c02cee
CHANGELOG.md
@@ -19,6 +19,8 @@ a release.
19
---
20
21
## [Unreleased]
22
+
23
+## [3.2.0] - 2021-10-05
24
### Added
25
- PHP 8 Attributes for Doctrine ORM to entities & traits (#2251)
26
src/DoctrineExtensions.php
@@ -26,7 +26,7 @@ final class DoctrineExtensions
/**
27
* Current version of extensions
28
*/
29
- public const VERSION = '3.1.0';
+ public const VERSION = '3.2.0';
30
31
32
* Hooks all extensions metadata mapping drivers
0 commit comments