From f2a356d98148765e5aa68f6245868b8228bfbd88 Mon Sep 17 00:00:00 2001 From: Rajat Kalsy Date: Mon, 3 Sep 2018 13:01:31 +0530 Subject: [PATCH] changelog updates --- .pubnub.yml | 5 ++++- examples/cli/cli_demo.go | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.pubnub.yml b/.pubnub.yml index 7aa57604..abfbed31 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -5,7 +5,10 @@ changelog: - text: "Multiple auth keys in grant fix" type: bug - date: Aug 30, 18 + - + text: "Presence timetoken float64 fix" + type: bug + date: Sep 4, 18 version: v4.1.3 - changes: diff --git a/examples/cli/cli_demo.go b/examples/cli/cli_demo.go index a11f4e9c..be28d0ad 100644 --- a/examples/cli/cli_demo.go +++ b/examples/cli/cli_demo.go @@ -58,6 +58,7 @@ func connect() { config.PublishKey = "demo" config.SubscribeKey = "demo" config.SecretKey = "demo" + config.AuthKey = "akey" config.CipherKey = "enigma" pn = pubnub.NewPubNub(config)