From 88431c10f6f408a2932f0991e48c986524ce261e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 4 Aug 2023 20:37:55 +0100 Subject: [PATCH] 0.12.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c35d2e6..6e2703a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 0.12.2 - Pending +## 0.12.2 - 2023-08-04 ### Enhancements * Added support for Postgres arrays in `FromQueryResult` impl of `JsonValue` https://github.com/SeaQL/sea-orm/pull/1598 +### Bug fixes + +* Fixed `find_with_related` consolidation logic https://github.com/SeaQL/sea-orm/issues/1800 + ## 0.12.1 - 2023-07-27 + `0.12.0-rc.1`: Yanked