From 784e2e7476e084523e513ded6b7d90bf5f7e6042 Mon Sep 17 00:00:00 2001 From: Foretack <69414142+Foretack@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:32:22 +0300 Subject: [PATCH] PubSub 2.1.0 --- MiniTwitch.PubSub/CHANGELOG.md | 5 +++++ MiniTwitch.PubSub/MiniTwitch.PubSub.csproj | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MiniTwitch.PubSub/CHANGELOG.md b/MiniTwitch.PubSub/CHANGELOG.md index 5d95510..20606f4 100644 --- a/MiniTwitch.PubSub/CHANGELOG.md +++ b/MiniTwitch.PubSub/CHANGELOG.md @@ -1,5 +1,10 @@ # MiniTwitch.PubSub Changelog +## 2.1.0 +### Minor changes +- 'Official' PubSub topics that are scheduled for decommission by Twitch are now marked as obsolete. +*** + ## 2.0.0 This release marks the removal of .NET 6 and .NET 7 as target frameworks, as both versions are out-of-support by now. *** diff --git a/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj b/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj index 3500d39..cb9ca3d 100644 --- a/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj +++ b/MiniTwitch.PubSub/MiniTwitch.PubSub.csproj @@ -6,8 +6,8 @@ enable true true - 2.0.0 - 2.0.0 + 2.1.0 + 2.1.0 MiniTwitch.PubSub MiniTwitch.Irc Fast and easy to use async library for Twitch's PubSub service