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 52688b4 commit b0db2c2Copy full SHA for b0db2c2
CHANGELOG.md
@@ -19,6 +19,8 @@ a release.
19
---
20
21
## [Unreleased]
22
+
23
+## [3.0.4] - 2021-03-27
24
### Fixed
25
- Add hacky measure to resolve incompatibility with DoctrineBundle 2.3 [#2211](https://github.com/doctrine-extensions/DoctrineExtensions/pull/2211)
26
src/DoctrineExtensions.php
@@ -23,7 +23,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
- const VERSION = '3.0.3';
+ const VERSION = '3.0.4';
27
28
29
* Hooks all extensions metadata mapping drivers
0 commit comments