diff --git a/CHANGELOG.md b/CHANGELOG.md index 013b78d9..b21f7366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -441,6 +441,7 @@ assert!(matches!(res, Ok(TryInsertResult::Conflicted))); * 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