diff --git a/dart/CHANGELOG.md b/dart/CHANGELOG.md index f1c9cc9..0fea75e 100644 --- a/dart/CHANGELOG.md +++ b/dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 + +- Fix the issue with resubscribing to topics after reconnecting to the server (#81) + ## 2.0.0 - **Breaking:** Bump minimum Dart vesion to 3.6.0 diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index a1a57f2..34eebd3 100644 --- a/dart/pubspec.yaml +++ b/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 environment: sdk: ">=3.6.0 <4.0.0"