From 900b4106bb4854f3105c3df342348c57498b9560 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 24 Sep 2023 21:20:22 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd85fa65..64d17da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Loader: use `ValueTuple` as hash key https://github.com/SeaQL/sea-orm/pull/1868 +### Upgrades + +* Updated `sea-query` to `0.30.2` + ## 0.12.3 - 2023-09-22 ### New Features