From 58d0b662a4e79a4b41a39b9c742aaf49cb053507 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 17 Jul 2022 15:18:28 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb1e100..505211bc 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.10.0 - Pending + +### House keeping + +* Remove unnecessary `async_trait` (#737) + ## 0.9.0 - 2022-07-11 ### New Features