From baed042df9540b253377a3df69bf9777c456da5a Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 16 Sep 2022 13:05:25 +0300 Subject: [PATCH] prepare 0.9.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e42d79b..9c4b000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.9.2] + +* Fix null check for close reason, fixes [#66](https://github.com/centrifugal/centrifuge-dart/issues/66) +* Close subscription streams on remove [#67](https://github.com/centrifugal/centrifuge-dart/pull/67) + ## [0.9.1] * Fix setting initial connection token diff --git a/pubspec.yaml b/pubspec.yaml index cd8d799..bc547e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: centrifuge -version: 0.9.1 +version: 0.9.2 description: > Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM over dart:io WebSocket