From db6be517b1c292b9e5851d8b9b739f92edb9d03f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 23 Dec 2022 18:33:11 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30766baf..0853d948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Fixes `DeriveColumn` (by qualifying `IdenStatic::as_str`) https://github.com/SeaQL/sea-orm/pull/1280 * Prevent returning connections to pool with a positive transaction depth https://github.com/SeaQL/sea-orm/pull/1283 -## 0.10.6 - Pending +## 0.10.6 - 2022-12-23 ### Enhancements