Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonred committed Sep 3, 2018
1 parent 330d66c commit f2a356d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions examples/cli/cli_demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2a356d

Please sign in to comment.