diff --git a/CHANGELOG.md b/CHANGELOG.md index 99270dc..c23f8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ CHANGELOG =================== -## v2.2.0 - (2024-04-22) +## v2.2.0 - (2024-06-04) ### Changed - `AbstractAdmin::__construct` params are now all optionnal as we must configure it through tags from what's ask on the next v5 of Sonata Admin - Update minimal smartbooster/core-bundle requirements to have ProcessMonitor and ApiCallMonitor services @@ -16,6 +16,9 @@ CHANGELOG ### Fixed - `ParameterAdmin` fix remove useless translations options on the type enum field +### Removed +- Remove allowing version `^3.3` for `yokai/enum-bundle` bundle because `ParameterTypeEnum` extends `TranslatedEnum` and this is not present in version `^3.3` + ## v2.1.1 - (2024-03-28) ### Added diff --git a/composer.json b/composer.json index bd5dc75..1c79440 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "yokai/security-token-bundle": "^3.3", "sentry/sentry-symfony": "^4.1", "symfony/expression-language": "^4.4 || ^5.4 || ^6.0", - "smartbooster/core-bundle": "^1.2.4", - "yokai/enum-bundle": "^3.3 || ^4.1" + "smartbooster/core-bundle": "^v1.4.1", + "yokai/enum-bundle": "^4.1" }, "require-dev": { "smartbooster/standard-bundle": "^1.0",