Skip to content

Commit 8c02cee

Browse files
author
Aken Roberts
committed
Tag 3.2.0
1 parent ea80333 commit 8c02cee

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.2.0] - 2021-10-05
2224
### Added
2325
- PHP 8 Attributes for Doctrine ORM to entities & traits (#2251)
2426

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-
public const VERSION = '3.1.0';
29+
public const VERSION = '3.2.0';
3030

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

0 commit comments

Comments
 (0)