From 71d6b8936e18fd46b53427a4e182cb7710c055d3 Mon Sep 17 00:00:00 2001 From: Client Engineering Bot <60980775+Client Engineering Bot@users.noreply.github.com> Date: Thu, 6 Jan 2022 10:52:29 +0000 Subject: [PATCH] PubNub SDK v7.0.0 release. --- .pubnub.yml | 7 ++++++- PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs | 2 +- README.md | 2 +- VERSION | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index fe4fe428..f98611c2 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,6 +1,11 @@ --- -version: v6.0.1 +version: v7.0.0 changelog: + - date: 2022-01-06 + version: v7.0.0 + changes: + - type: improvement + text: "BREAKING CHANGES: UUID is not automatically generated by the SDK anymore. Please set it in the PNConfig before instantiating the PubNub object. If UUID is empty an exception will be thrown." - date: 2021-11-30 version: v6.0.1 changes: diff --git a/PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs b/PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs index 2957f580..1adf39af 100644 --- a/PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs +++ b/PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs @@ -7,7 +7,7 @@ namespace PubNubAPI public class PubNubUnityBase { protected Counter publishMessageCounter; - private const string build = "6.0.1"; + private const string build = "7.0.0"; private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build); public string Version { diff --git a/README.md b/README.md index 81a51896..75f30d1f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your ## Configure PubNub -1. Download the PubNub Unity package from [this repository](https://github.com/pubnub/unity/releases/download/v6.0.1/PubNub.unitypackage). +1. Download the PubNub Unity package from [this repository](https://github.com/pubnub/unity/releases/download/v7.0.0/PubNub.unitypackage). 2. Import it to your Unity project by going to Assets -> Import Package -> Custom Package. diff --git a/VERSION b/VERSION index 5fe60723..66ce77b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.1 +7.0.0