diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5627d1..e5038563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.2.4 - Prerelease + +- [[#186]] [sea-orm-cli] Foreign key handling +- [[#191]] [sea-orm-cli] Unique key handling + +[#186]: https://github.com/SeaQL/sea-orm/issues/186 +[#191]: https://github.com/SeaQL/sea-orm/issues/191 + ## 0.2.3 - 2021-09-22 - [[#152]] DatabaseConnection impl `Clone`