Skip to content

Commit

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

## [Unreleased]

## [3.17.1] - 2024-10-07
### Fixed
- Removed invalid `@note` annotation from `AbstractLogEntry::$data`, which was causing issues in projects using annotation parsers

## [3.17.0] - 2024-10-06
### Added
- Support for `doctrine/dbal` >= 4.0
- Support for `doctrine/dbal` >= 4.0 with all extensions, except Loggable

### Changed
- Extend `Throwable` from `Gedmo\Exception` interface
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ can be easily implemented using Mapping extension to handle the additional metad

### Version Compatibility

* DBAL: `^3.2` or `^4.0`
* DBAL: `^3.2` (for all the extensions) or `^4.0` (for all the extensions, except **Loggable**)
* ORM: `^2.14` or `^3.0`
* MongoDB ODM: `^2.3`

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.17.0';
public const VERSION = '3.17.1';

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

0 comments on commit eabb450

Please sign in to comment.