From 7a0a55561882de0ea389454d443fe5f46da118b2 Mon Sep 17 00:00:00 2001 From: Krzysztof Mamak Date: Thu, 8 Jan 2026 13:07:07 +0100 Subject: [PATCH 1/3] Update CHANGELOG --- dart/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dart/CHANGELOG.md b/dart/CHANGELOG.md index f1c9cc9..92c5aff 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 + ## 2.0.0 - **Breaking:** Bump minimum Dart vesion to 3.6.0 From 588a1d30e4011cb39b732a772def14249e3c2acc Mon Sep 17 00:00:00 2001 From: Krzysztof Mamak Date: Thu, 8 Jan 2026 13:15:41 +0100 Subject: [PATCH 2/3] Bump package version --- dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 217e8d25333f92dc8db0dd65ef6d25f08e807626 Mon Sep 17 00:00:00 2001 From: Krzysztof Mamak Date: Thu, 8 Jan 2026 13:18:10 +0100 Subject: [PATCH 3/3] Add PR number --- dart/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/CHANGELOG.md b/dart/CHANGELOG.md index 92c5aff..0fea75e 100644 --- a/dart/CHANGELOG.md +++ b/dart/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.0.1 -- Fix the issue with resubscribing to topics after reconnecting to the server +- Fix the issue with resubscribing to topics after reconnecting to the server (#81) ## 2.0.0