From adbd3e87df7f84e5d1904fcf40476d2e81842058 Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Tue, 21 Feb 2023 16:35:58 +0800 Subject: [PATCH] Update change log (#256) Signed-off-by: Gao Hongtao --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 835a95c3b..065b1926e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,17 @@ Release Notes. +## 0.3.1 + +### Bugs + +- Fix the broken of schema chain. +- Add a timeout to all go leaking checkers. + +### Chores + +- Bump golang.org/x/net from 0.2.0 to 0.7.0. + ## 0.3.0 ### Features