Skip to content

Commit

Permalink
chore(main): release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent cae3b3d commit 47afaa6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.29.0](https://github.com/momentohq/client-sdk-go/compare/v1.28.7...v1.29.0) (2024-11-04)


### Features

* support topic sequence page ([#540](https://github.com/momentohq/client-sdk-go/issues/540)) ([cae3b3d](https://github.com/momentohq/client-sdk-go/commit/cae3b3d0db95d00348e7f7e3e0a195e251bba1ec))


### Miscellaneous

* **deps:** bump github.com/momentohq/client-sdk-go from 1.27.0 to 1.28.7 in /examples ([#548](https://github.com/momentohq/client-sdk-go/issues/548)) ([2126ca8](https://github.com/momentohq/client-sdk-go/commit/2126ca886e102dfc2b58670bef602059b6e7cd3d))
* remove unused publish-golang step ([#549](https://github.com/momentohq/client-sdk-go/issues/549)) ([53ece53](https://github.com/momentohq/client-sdk-go/commit/53ece531fe36075ea224165c39b9591c072c172e))

## [1.28.7](https://github.com/momentohq/client-sdk-go/compare/v1.28.6...v1.28.7) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion internal/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {
FirstTimeHeadersSent.Store(Auth, false)
}

var Version = "1.28.7" // x-release-please-version
var Version = "1.29.0" // x-release-please-version

type ClientType string

Expand Down

0 comments on commit 47afaa6

Please sign in to comment.