Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Nov 18, 2021
1 parent 8213f84 commit bcb61eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ a release.
---

## [Unreleased]

## [3.3.1] - 2021-11-18
### Fixed
- Translatable: Using ORM/ODM attribute mapping and translatable annotations.
- Tree: Missing support for `tree-path-hash` fields in XML mapping.
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
public const VERSION = '3.3.0';
public const VERSION = '3.3.1';

/**
* Hooks all extension metadata mapping drivers into
Expand Down

0 comments on commit bcb61eb

Please sign in to comment.