From 0c7e456251322359b412534823b1e93cfe3d3256 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sat, 3 Jun 2023 11:43:34 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf31bd8d..b4622363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -252,6 +252,7 @@ assert_eq!(migration.status(), MigrationStatus::Pending); * Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562 * Upgrade `sea-query-binder` to `0.4` https://github.com/SeaQL/sea-orm/pull/1562 * Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562 +* Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468 ### Bug Fixes