# Changelog

## [1.0.6] - 2024-01-04
### Added
- Add a new RemoveDedupeHashHandler useful for remote hash removing from another application

## [1.0.5] - 2024-01-03
### Fixed
- remove hash in case of message failure

## [1.0.4] - 2023-12-19
### Removed
- Remove useless sensio framework extra dependency

## [1.0.3] - 2023-11-30
### Fixed
- Remove the auto loaded doctrine configuration that was hard coded with the default entity manager

### Added
- Added a console command to configure the bundle (entity manager to be used with bundle entities)

### Improved
- Updated the `README.md` to include new mandatory configuration steps (manual or automatic) and checks.

## [1.0.2] - 2023-11-22
### Improved
- Updated the `README.md` to include instructions for manual bundle registration in `bundles.php` for users not utilizing Symfony Flex.