Skip to content

Commit

Permalink
prepare 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 16, 2022
1 parent 771634f commit baed042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit baed042

Please sign in to comment.