From c28ed57a0a7ee69b2e2ae1cd324b4dc37ab5afb8 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 9 Aug 2024 23:51:12 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3970b921..e1e8e5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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/). +## 1.1.0 - Pending + +### Versions + ++ `1.1.0-rc.1`: 2024-08-09 + +### Upgrades + +* Upgrade `sqlx` to `0.8` https://github.com/SeaQL/sea-orm/pull/2305 +* Upgrade `bigdecimal` to `0.4` https://github.com/SeaQL/sea-orm/pull/2305 +* Upgrade `sea-query` to `0.32.0-rc` https://github.com/SeaQL/sea-orm/pull/2305 +* Upgrade `sea-query-binder` to `0.7.0-rc` https://github.com/SeaQL/sea-orm/pull/2305 +* Upgrade `sea-schema` to `0.16.0-rc` https://github.com/SeaQL/sea-orm/pull/2305 + ## 1.0.0 - 2024-08-02 ### Versions