Skip to content

Commit b4302ed

Browse files
committed
Tag v3.0.3
Don’t mind me, just goofing up releases one at a time…
1 parent eb1c197 commit b4302ed

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ a release.
2020

2121
## [Unreleased]
2222

23-
## [3.0.1] - 2021-01-23
23+
## [3.0.3] - 2021-01-23
2424
### Fixed
2525
- Add PHP 8 compatibility to `composer.json`, resolving minor function parameter deprecations [#2194](https://github.com/Atlantic18/DoctrineExtensions/pull/2194)
2626

27+
## [3.0.2] - 2021-01-23
28+
- Ignore; tag & version mismatch
29+
30+
## [3.0.1] - 2021-01-23
31+
- Ignore; wrong branch published
32+
2733
## [3.0.0] - 2020-09-23
2834
### Notable & Breaking Changes
2935
- 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.1';
26+
const VERSION = '3.0.3';
2727

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

0 commit comments

Comments
 (0)