diff --git a/CHANGELOG.md b/CHANGELOG.md index a307bf7c..f0ecc176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085 * Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077 +### Integration + +* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071 + ## 0.9.3 - 2022-09-30 ### Enhancements