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