File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments