From e40c351676e5b59872471de8dbcd60be03c76b8a Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 20 Aug 2022 22:31:45 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3a4243..da288116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Set minimal rustc version to `1.60` https://github.com/SeaQL/sea-orm/pull/938 * Update `sea-query` to `0.26.3` +### Notes + +In this minor release, we removed `time` v0.1 from the dependency graph + ## 0.9.1 - 2022-07-22 ### Enhancements