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)