From 174f9ba30aea04d1b92171670ac25729d69d84cb Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Sat, 27 Apr 2024 14:47:37 -0500 Subject: [PATCH] chore: v0.1.2 (#49) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d443960..9507b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.2 + +- deps: upgrade `pkg:web` and `pkg:web_socket_channel` + - requires Dart `>=3.3.0` + # 0.1.1 - feat: add `headers` support diff --git a/pubspec.yaml b/pubspec.yaml index bf2c461..6616974 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: web_socket_client description: A simple WebSocket client for Dart which includes automatic reconnection logic. repository: https://github.com/felangel/web_socket_client -version: 0.1.1 +version: 0.1.2 topics: [web-socket, web-socket-client] environment: