From ce9399e8a92662e796b9a4a0668b8daf8030df54 Mon Sep 17 00:00:00 2001 From: Petrus Nguyen Thai Hoc Date: Mon, 7 Dec 2020 16:14:12 +0700 Subject: [PATCH] 1.2.0-beta02 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e640c46..3569a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0-beta02 - Dec 7, 2020 + +- Updated `rxdart: ^0.25.0`. + ## 1.2.0-beta01 - Oct 18, 2020 - Introduce `ValueSubject` same as `PublishSubject`, with the ability to capture the latest item has been added to the controller.