Skip to content

Commit 71d6b89

Browse files
Client Engineering BotClient Engineering Bot
authored andcommitted
PubNub SDK v7.0.0 release.
1 parent 9358308 commit 71d6b89

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.pubnub.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: v6.0.1
2+
version: v7.0.0
33
changelog:
4+
- date: 2022-01-06
5+
version: v7.0.0
6+
changes:
7+
- type: improvement
8+
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."
49
- date: 2021-11-30
510
version: v6.0.1
611
changes:

PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PubNubAPI
77
public class PubNubUnityBase
88
{
99
protected Counter publishMessageCounter;
10-
private const string build = "6.0.1";
10+
private const string build = "7.0.0";
1111
private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build);
1212

1313
public string Version {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
1212

1313
## Configure PubNub
1414

15-
1. Download the PubNub Unity package from [this repository](https://github.com/pubnub/unity/releases/download/v6.0.1/PubNub.unitypackage).
15+
1. Download the PubNub Unity package from [this repository](https://github.com/pubnub/unity/releases/download/v7.0.0/PubNub.unitypackage).
1616

1717
2. Import it to your Unity project by going to Assets -> Import Package -> Custom Package.
1818

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
7.0.0

0 commit comments

Comments
 (0)