Skip to content

Commit

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

## [1.31.0](https://github.com/momentohq/client-sdk-go/compare/v1.30.0...v1.31.0) (2024-11-26)


### Features

* do not retry on cancelled codes ([#561](https://github.com/momentohq/client-sdk-go/issues/561)) ([be8848f](https://github.com/momentohq/client-sdk-go/commit/be8848f89d13dce2c48811fc393e14a7c0ca6b8c))


### Bug Fixes

* adjust total count in loadgen example ([#562](https://github.com/momentohq/client-sdk-go/issues/562)) ([d8bd37c](https://github.com/momentohq/client-sdk-go/commit/d8bd37cc776ff29a8926c776376081bc76b72cac))


### Miscellaneous

* **deps:** bump github.com/momentohq/client-sdk-go in /examples ([#555](https://github.com/momentohq/client-sdk-go/issues/555)) ([95a4193](https://github.com/momentohq/client-sdk-go/commit/95a41936c08c8db0abcded0e5c8f0ccdbe21cb3e))

## [1.30.0](https://github.com/momentohq/client-sdk-go/compare/v1.29.1...v1.30.0) (2024-11-23)


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.30.0" // x-release-please-version
var Version = "1.31.0" // x-release-please-version

type ClientType string

Expand Down

0 comments on commit 06691c6

Please sign in to comment.