diff --git a/CHANGELOG.md b/CHANGELOG.md index e8645fc3b..dc77be52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ type Model struct { } ``` -Bun v1.0.24 can help you find models with missing options by printing warnings. You are recommended -to upgrade to v1.0.24 before upgrading to v1.1.x. +Bun [v1.0.24](#1024-2022-02-22) can help you find models with missing options by printing warnings. +You are recommended to upgrade to v1.0.24 before upgrading to v1.1.x. - Bun no longer automatically marks `soft_delete` fields as `nullzero`.