Skip to content

Commit

Permalink
chore(main): release 1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Dec 11, 2024
1 parent 22599bb commit df0cf5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.31.1](https://github.com/momentohq/client-sdk-go/compare/v1.31.0...v1.31.1) (2024-12-11)


### Bug Fixes

* add test-http-service to PHONEY ([#567](https://github.com/momentohq/client-sdk-go/issues/567)) ([9ebbbe6](https://github.com/momentohq/client-sdk-go/commit/9ebbbe63aefbfdfee3c0fcbe574973980838b54b))
* use atomic reads when using atomic writes ([#569](https://github.com/momentohq/client-sdk-go/issues/569)) ([22599bb](https://github.com/momentohq/client-sdk-go/commit/22599bbebf239f7e6436cdfb7c38736861397bb2))


### Miscellaneous

* add test-http-service target ([#565](https://github.com/momentohq/client-sdk-go/issues/565)) ([ced483d](https://github.com/momentohq/client-sdk-go/commit/ced483d298181d71a472234af0c2f997af5682cb))
* **deps:** bump github.com/momentohq/client-sdk-go in /examples ([#564](https://github.com/momentohq/client-sdk-go/issues/564)) ([c61f33f](https://github.com/momentohq/client-sdk-go/commit/c61f33f759b357db5addfd630dcda7885c49f4d9))
* **loadgen:** track cancelled errors in the load generator ([#568](https://github.com/momentohq/client-sdk-go/issues/568)) ([8d8ba5c](https://github.com/momentohq/client-sdk-go/commit/8d8ba5cbd4c083d8e8de660479afc868a3f30e53))

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


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

type ClientType string

Expand Down

0 comments on commit df0cf5e

Please sign in to comment.