From e46095e67f8fe770c418f1968f0d9b6b76f0783f Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Tue, 21 Sep 2021 22:29:49 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b57ec6..7152f03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.29.1] - 2021-09-21 +### Fix +- Refactoring, #428 and #429. + ## [0.29.0] - 2021-09-21 -## Fix +### Fix - Fix samples not to use deprecated arguments, #425. - Fix to use React hooks and function-based components, #424