From af75cc2969638a7009a49f243c1ea206fdedf418 Mon Sep 17 00:00:00 2001 From: Tobias Kammerer Date: Thu, 4 Jan 2024 16:56:27 +0100 Subject: [PATCH] new minor version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1145bae..ba6854c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.1 + - Fixed dependency of `web_socket_channel` until this [issue](https://github.com/dart-lang/web_socket_channel/issues/307) is resolved/clarified + ## 1.0.0 - Stable release - Removed `StompConfig.SockJS` constructor in favor of `StompConfig.sockJS` diff --git a/pubspec.yaml b/pubspec.yaml index 0737d3c..13edb25 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.0 +version: 1.0.1 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"