Skip to content

Commit

Permalink
PubNub SDK v7.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 10, 2024
1 parent 73adbd6 commit 5a68348
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.1
version: v7.3.0
changelog:
- date: 2024-12-10
version: v7.3.0
changes:
- type: feature
text: "Add `CustomMessageType` to messages and files."
- date: 2023-11-27
version: v7.2.1
changes:
Expand Down Expand Up @@ -745,7 +750,7 @@ sdks:
distribution-type: package
distribution-repository: GitHub
package-name: Go
location: https://github.com/pubnub/go/releases/tag/v7.2.1
location: https://github.com/pubnub/go/releases/tag/v7.3.0
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.3.0
December 10 2024

#### Added
- Add `CustomMessageType` to messages and files.

## v7.2.1
November 27 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.1"
Version = "7.3.0"
// MaxSequence for publish messages
MaxSequence = 65535
)
Expand Down

0 comments on commit 5a68348

Please sign in to comment.