From fb2ece922f5e1f44b2f6561640c1f681356a8c73 Mon Sep 17 00:00:00 2001 From: Sandy <15143015732@163.com> Date: Wed, 1 Feb 2023 18:52:10 +0800 Subject: [PATCH] update changelog (#412) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269189a..0b0d4c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.2.1] - 2023-2-1 + +### Changed + +- fix the NullPointerException caused by not configuring BrnIntl [#398](https://github.com/LianjiaTech/bruno/issues/398). +- optimize internal import references. +- adapt flutter sdk 3.7.0 to fix badge reference conflict [#406](https://github.com/LianjiaTech/bruno/issues/406). + ## [3.2.0] - 2022-12-29