From 581554c129def4621cd30bf9fd9ba9c6b972cecd Mon Sep 17 00:00:00 2001 From: Kamil Gronek Date: Wed, 27 Nov 2024 09:51:09 +0100 Subject: [PATCH] Update yml file with recent changes. --- .pubnub.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.pubnub.yml b/.pubnub.yml index 8a7065a..4509f82 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -3,6 +3,19 @@ version: 0.1.0 schema: 1 scm: github.com/pubnub/unreal-engine changelog: + - date: 2024-11-25 + version: 0.2.2 + changes: + - type: feature + text: "Add Unreal 5.5 support" + - type: feature + text: "Add documentation in code" + - type: feature + text: "Add CustomMessageType parameter to publish, signal and history" + - type: improvement + text: "Rename uuid to user in all inputs and functions." + - type: improvement + text: "Rename ChannelName to Channel in in function inputs." - date: 2024-09-16 version: 0.1.4 changes: