From 30c2246f25cf538b6cb7ad54697e779498140e0f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 22 Dec 2022 18:49:55 +0100 Subject: [PATCH] prepare release v3.2.0 --- History.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/History.md b/History.md index 3779ebf..49a0f59 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +# 3.2.0 / 2022-12-22 + + * New Features + * Add fine-grained permission control for extended channel permissions (#35) + * [twitch] Implement `AddChannelVIP`, `RemoveChannelVIP` + * [vip/unvip] Implement actors and chat commands + + * Improvements + * [core] Add content-type detection for remote rule subscriptions + * [core] Add retries for eventsub-self-check + * [core] Add validation for rule UUIDs to be unique + * [core] Allow plugins to evaluate whether permissions are available + # 3.1.0 / 2022-11-24 * New Features