diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ea9dd4..d06e0793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213 +## 0.10.5 - Pending + +### Bug Fixes + +* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option` as nullable column + ## 0.10.4 - 2022-11-24 ### Bug Fixes