Skip to content

Commit bcb61eb

Browse files
committed
3.3.1
1 parent 8213f84 commit bcb61eb

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.3.1] - 2021-11-18
2224
### Fixed
2325
- Translatable: Using ORM/ODM attribute mapping and translatable annotations.
2426
- Tree: Missing support for `tree-path-hash` fields in XML mapping.

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.3.0';
29+
public const VERSION = '3.3.1';
3030

3131
/**
3232
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)