Skip to content

Commit 38b3737

Browse files
committed
3.17.0
1 parent bf17e46 commit 38b3737

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ a release.
1919

2020
## [Unreleased]
2121

22+
## [3.17.0]
23+
### Added
24+
- Support for `doctrine/dbal` >= 4.0
25+
26+
### Changed
27+
- Extend `Throwable` from `Gedmo\Exception` interface
28+
2229
## [3.16.1]
2330
### Fixed
2431
- Restructure the SqlWalkerCompat trait to fix optimized autoloading

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class DoctrineExtensions
3030
/**
3131
* Current version of extensions
3232
*/
33-
public const VERSION = '3.16.1';
33+
public const VERSION = '3.17.0';
3434

3535
/**
3636
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)