From ecb299a936b5e65654e72b46af4065cc30950b4f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 5 Jan 2023 21:05:19 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfa8583..b9130065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Upgrades * Upgrade `axum` to `0.6.1` https://github.com/SeaQL/sea-orm/pull/1285 +* Upgrade `sea-query` to `0.28` https://github.com/SeaQL/sea-orm/pull/1366 +* Upgrade `sea-query-binder` to `0.3` https://github.com/SeaQL/sea-orm/pull/1366 +* Upgrade `sea-schema` to `0.11` https://github.com/SeaQL/sea-orm/pull/1366 ### House Keeping