From 216479c6f6d04166a31bd4293f5a62ca50ecea41 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 10 Jan 2025 23:18:32 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278d486e..9584a4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ 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/). -## Pending +## 1.1.4 - 2025-01-10 ### Enhancements * Allow modifying the connection in migrations https://github.com/SeaQL/sea-orm/pull/2397 +* `DeriveRelatedEntity` proc_macro use `async-graphql` re-exported by `seaography` https://github.com/SeaQL/sea-orm/pull/2469 ## 1.1.3 - 2024-12-24