Skip to content

Commit

Permalink
3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Oct 6, 2024
1 parent bf17e46 commit 38b3737
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ a release.

## [Unreleased]

## [3.17.0]
### Added
- Support for `doctrine/dbal` >= 4.0

### Changed
- Extend `Throwable` from `Gedmo\Exception` interface

## [3.16.1]
### Fixed
- Restructure the SqlWalkerCompat trait to fix optimized autoloading
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
public const VERSION = '3.16.1';
public const VERSION = '3.17.0';

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

0 comments on commit 38b3737

Please sign in to comment.