Skip to content

Commit 4ba5377

Browse files
committed
3.8.0
1 parent ffe12d8 commit 4ba5377

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ a release.
1818
---
1919

2020
## [Unreleased]
21+
22+
## [3.8.0] - 2022-07-17
2123
#### Added
22-
- Sluggable: Add support for DateTimeImmutable fields
24+
- Sluggable: Add support for `DateTimeImmutable` fields
2325
- Tree: [NestedSet] `childrenQueryBuilder()` to allow specifying sort order separately for each field
2426
- Tree: [NestedSet] Added option to reorder only direct children in `reorder()` method
2527

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class DoctrineExtensions
3333
/**
3434
* Current version of extensions
3535
*/
36-
public const VERSION = '3.7.0';
36+
public const VERSION = '3.8.0';
3737

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

0 commit comments

Comments
 (0)