From 6e61a29ac4c68750ea1bb2d00d66d0e2240321ff Mon Sep 17 00:00:00 2001 From: Tobias Kammerer Date: Thu, 15 Feb 2024 18:43:48 +0100 Subject: [PATCH] added new version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b00d6..72b4635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.3 + - Make connectUrl lazy and initialized only once per session [#95](https://github.com/blackhorse-one/stomp_dart_client/issues/95) (Thanks @MacDeveloper1) + ## 1.0.2 - Relaxed dependency of `web_socket_channel` again diff --git a/pubspec.yaml b/pubspec.yaml index 6f10611..de1017a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stomp_dart_client homepage: https://github.com/blackhorse-one/stomp_dart -version: 1.0.2 +version: 1.0.3 description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application. environment: sdk: ">=2.12.0 <4.0.0"