Skip to content

Commit eb1c197

Browse files
committed
Tag 3.0.1
1 parent c1da1da commit eb1c197

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

2121
## [Unreleased]
2222

23+
## [3.0.1] - 2021-01-23
24+
### Fixed
25+
- Add PHP 8 compatibility to `composer.json`, resolving minor function parameter deprecations [#2194](https://github.com/Atlantic18/DoctrineExtensions/pull/2194)
26+
2327
## [3.0.0] - 2020-09-23
2428
### Notable & Breaking Changes
2529
- Minimum PHP version requirement of 7.2

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.0';
26+
const VERSION = '3.0.1';
2727

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

0 commit comments

Comments
 (0)