We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf17e46 commit 38b3737Copy full SHA for 38b3737
CHANGELOG.md
@@ -19,6 +19,13 @@ a release.
19
20
## [Unreleased]
21
22
+## [3.17.0]
23
+### Added
24
+- Support for `doctrine/dbal` >= 4.0
25
+
26
+### Changed
27
+- Extend `Throwable` from `Gedmo\Exception` interface
28
29
## [3.16.1]
30
### Fixed
31
- Restructure the SqlWalkerCompat trait to fix optimized autoloading
src/DoctrineExtensions.php
@@ -30,7 +30,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
32
*/
33
- public const VERSION = '3.16.1';
+ public const VERSION = '3.17.0';
34
35
36
* Hooks all extension metadata mapping drivers into
0 commit comments