diff --git a/CHANGELOG.md b/CHANGELOG.md index afe9c10..e628e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ Changelog * 3.0.0 * CakePHP 5.x support +* 2.2.2 + * Fixed migration + * Fixed property conflict in lookup strategy * 2.2.1 * Fix plugin name * 2.2.0 diff --git a/config/Migrations/20250104120000_CreateEnumLookups.php b/config/Migrations/20250104120000_CreateEnumLookups.php index 65e813a..d315e62 100644 --- a/config/Migrations/20250104120000_CreateEnumLookups.php +++ b/config/Migrations/20250104120000_CreateEnumLookups.php @@ -1,6 +1,8 @@