diff --git a/docs/changelog/v0.2.15.md b/docs/changelog/v0.2.15.md new file mode 100644 index 0000000..bc7691f --- /dev/null +++ b/docs/changelog/v0.2.15.md @@ -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. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d9ef554..a322e10 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.14 + 0.2.15 true $(NoWarn);CS1591