Skip to content

Commit b0db2c2

Browse files
committed
Tag v3.0.4
1 parent 52688b4 commit b0db2c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

2121
## [Unreleased]
22+
23+
## [3.0.4] - 2021-03-27
2224
### Fixed
2325
- Add hacky measure to resolve incompatibility with DoctrineBundle 2.3 [#2211](https://github.com/doctrine-extensions/DoctrineExtensions/pull/2211)
2426

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class DoctrineExtensions
2323
/**
2424
* Current version of extensions
2525
*/
26-
const VERSION = '3.0.3';
26+
const VERSION = '3.0.4';
2727

2828
/**
2929
* Hooks all extensions metadata mapping drivers

0 commit comments

Comments
 (0)