From df3e25aad5c7f75da9eb15722b2c8654af8c9ac3 Mon Sep 17 00:00:00 2001 From: Foretack <69414142+Foretack@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:19:57 +0300 Subject: [PATCH] PubSub 1.0.4 --- MiniTwitch.PubSub/CHANGELOG.md | 7 +++++++ MiniTwitch.PubSub/MiniTwitch.PubSub.csproj | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/MiniTwitch.PubSub/CHANGELOG.md b/MiniTwitch.PubSub/CHANGELOG.md index 30daa95..da8c62f 100644 --- a/MiniTwitch.PubSub/CHANGELOG.md +++ b/MiniTwitch.PubSub/CHANGELOG.md @@ -1,5 +1,12 @@ # MiniTwitch.PubSub Changelog +## 1.0.4 + +### Minor changes +- `PubSubClient` now has the property `IsConnected` for checking whether the underlying WebSocket is connected + +*** + ## 1.0.3 ### Minor changes diff --git a/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj b/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj index b8ef1e9..e707c4d 100644 --- a/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj +++ b/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj @@ -6,8 +6,8 @@ enable true true - 1.0.3 - 1.0.3 + 1.0.4 + 1.0.4 MiniTwitch.PubSub MiniTwitch.Irc Fast and easy to use async library for Twitch's PubSub service