Skip to content

Commit

Permalink
PubNub SDK v7.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Nov 27, 2023
1 parent 8d4e79a commit d874ddb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: v7.2.0
version: v7.2.1
changelog:
- date: 2023-11-27
version: v7.2.1
changes:
- type: bug
text: "Handle unencrypted message while getting messages with crypto."
- date: 2023-10-16
version: v7.2.0
changes:
Expand Down Expand Up @@ -740,7 +745,7 @@ sdks:
distribution-type: package
distribution-repository: GitHub
package-name: Go
location: https://github.com/pubnub/go/releases/tag/v7.2.0
location: https://github.com/pubnub/go/releases/tag/v7.2.1
requires:
-
name: "Go"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v7.2.1
November 27 2023

#### Fixed
- Handle unencrypted message while getting messages with crypto.

## v7.2.0
October 16 2023

Expand Down
2 changes: 1 addition & 1 deletion pubnub.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// Default constants
const (
// Version :the version of the SDK
Version = "7.2.0"
Version = "7.2.1"
// MaxSequence for publish messages
MaxSequence = 65535
)
Expand Down

0 comments on commit d874ddb

Please sign in to comment.