From 619f20de19b2dc0c34c3a4ca80d3d3767f1b8c50 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 22 Mar 2023 17:25:11 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc5cf21..033716c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ assert_eq!(migration.status(), MigrationStatus::Pending); * Upgrade `heck` dependency in `sea-orm-macros` and `sea-orm-codegen` to 0.4 https://github.com/SeaQL/sea-orm/pull/1520, https://github.com/SeaQL/sea-orm/pull/1544 * Upgrade `strum` to 0.24 +* 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 ### Breaking changes