From c35e61f966add80439fff123b5a573d6a99aabf3 Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 19 Apr 2024 17:20:15 +0100 Subject: [PATCH] Updating changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4ef5162..c25ca9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 4.9.0 + +* Adds the `publisheronly` role for client token creation. See [#272](https://github.com/opentok/OpenTok-Ruby-SDK/pull/272) + # 4.8.1 * Fixes a bug with the `Archives#create` method. See [#269](https://github.com/opentok/OpenTok-Ruby-SDK/pull/269) and [#270](https://github.com/opentok/OpenTok-Ruby-SDK/pull/270)