Skip to content

Commit 20e682c

Browse files
committed
v3.6.0
1 parent d7e52a8 commit 20e682c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ a release.
1919
---
2020

2121
## [Unreleased]
22+
23+
## [3.6.0] - 2022-03-19
2224
### Added
2325
- Translatable: Add defaultTranslationValue option to allow null or string value (#2167). TranslatableListener can hydrate object properties with null value, but it may cause a Type error for non-nullable getter upon a missing translation.
2426

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"extra": {
9595
"branch-alias": {
96-
"dev-main": "3.6-dev"
96+
"dev-main": "3.7-dev"
9797
}
9898
},
9999
"scripts": {

src/DoctrineExtensions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class DoctrineExtensions
3232
/**
3333
* Current version of extensions
3434
*/
35-
public const VERSION = '3.5.0';
35+
public const VERSION = '3.6.0';
3636

3737
/**
3838
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)