diff --git a/CHANGELOG.md b/CHANGELOG.md index b044d434..915008b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -444,10 +444,10 @@ Entity::update_many() * Upgrade `heck` dependency in `sea-orm-macros` and `sea-orm-codegen` to 0.4 https://github.com/SeaQL/sea-orm/pull/1520, https://github.com/SeaQL/sea-orm/pull/1544 * Upgrade `strum` to 0.25 https://github.com/SeaQL/sea-orm/pull/1752 -* Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562 -* Upgrade `sea-query-binder` to `0.4` https://github.com/SeaQL/sea-orm/pull/1562 -* Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562 -* Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468 +* Upgrade `sea-query` to 0.29 https://github.com/SeaQL/sea-orm/pull/1562 +* Upgrade `sea-query-binder` to 0.4 https://github.com/SeaQL/sea-orm/pull/1562 +* Upgrade `sea-schema` to 0.12 https://github.com/SeaQL/sea-orm/pull/1562 +* Upgrade `clap` to 4.3 https://github.com/SeaQL/sea-orm/pull/1468 * Replace `bae` with `sea-bae` https://github.com/SeaQL/sea-orm/pull/1739 ### Bug Fixes