chore: bump version and add changelog

This commit is contained in:
Stone_Red
2026-07-17 16:36:10 +02:00
committed by HueByte
parent a9519a52cc
commit b9d099dd73
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# v0.2.15
## New Features
- **Channel deleted event** — when a channel is deleted, all connected clients are now immediately notified via the new `ChannelDeleted` SignalR event. The channel is removed from the channel list. Previously only the deleting client was able to delete the channel. Other clients would see the channel linger until the next manual refresh.
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.2.14</Version>
<Version>0.2.15</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>