From 24388adb5912dc8d32fa2e8ac35e6213c5c1ff84 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 8 Dec 2022 00:08:57 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73665768..eed3f853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210 * Added `DatabaseConnection::close` https://github.com/SeaQL/sea-orm/pull/1236 +### Upgrades + +* Upgrade `axum` to `0.6.1` https://github.com/SeaQL/sea-orm/pull/1285 + ### House Keeping * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213