Skip to content

Commit 0803fa5

Browse files
Version 3.1.0
1 parent a886daf commit 0803fa5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ a release.
2020

2121
## [Unreleased]
2222

23+
## [3.1.0] - 2021-06-22
24+
### Fixed
25+
- Allow installing doctrine/cache 2.0 (thanks @alcaeus!)
26+
- Make doctrine/cache a dev dependency
27+
28+
## [3.0.5] - 2021-04-23
29+
### Fixed
30+
- Use path_separator when removing children (#2217)
31+
2332
## [3.0.4] - 2021-03-27
2433
### Fixed
2534
- Add hacky measure to resolve incompatibility with DoctrineBundle 2.3 [#2211](https://github.com/doctrine-extensions/DoctrineExtensions/pull/2211)

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class DoctrineExtensions
2626
/**
2727
* Current version of extensions
2828
*/
29-
const VERSION = '3.0.4';
29+
const VERSION = '3.1.0';
3030

3131
/**
3232
* Hooks all extensions metadata mapping drivers

0 commit comments

Comments
 (0)