Skip to content

Commit

Permalink
PubNub SDK v7.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Client Engineering Bot authored and Client Engineering Bot committed Jan 6, 2022
1 parent 9358308 commit 71d6b89
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion PubNubUnity/Assets/PubNub/PubNubUnity/PubNubUnityBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
7.0.0

0 comments on commit 71d6b89

Please sign in to comment.