diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf589a0..b3b80f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,10 @@ assert_eq!( ); ``` +### Upgrades + +* Upgrade `sea-schema` to `0.15.0-rc.3` + ### House keeping * Improved Actix example to return 404 not found on unexpected inputs https://github.com/SeaQL/sea-orm/pull/2140