We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ce4163 + 217e8d2 commit 977c26fCopy full SHA for 977c26f
dart/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.1
2
+
3
+- Fix the issue with resubscribing to topics after reconnecting to the server (#81)
4
5
## 2.0.0
6
7
- **Breaking:** Bump minimum Dart vesion to 3.6.0
dart/pubspec.yaml
@@ -3,7 +3,7 @@ description: A Dart client for LeanCode's LeanPipe.
homepage: https://github.com/leancodepl/leanpipe/tree/main/dart
repository: https://github.com/leancodepl/leanpipe
-version: 2.0.0
+version: 2.0.1
8
environment:
9
sdk: ">=3.6.0 <4.0.0"
0 commit comments