From 4cad2522a82b9ae4390649af1c86ea6e8cbca002 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 28 May 2022 17:09:58 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31793c8b..4dd4a512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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/). +## 0.9.0 - Pending + +## sea-orm-migration 0.8.3 + +* Removed `async-std` from dependency https://github.com/SeaQL/sea-orm/pull/758 + ## 0.8.0 - 2022-05-10 ### New Features