Skip to content

Commit

Permalink
chore(main): release 1.32.1 (#579)
Browse files Browse the repository at this point in the history
1.32.1 (2025-01-17)
Miscellaneous
log pretty print cache config on instantiation (#577) (851b9c2)
  • Loading branch information
1 parent 851b9c2 commit 16aeee7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.32.1](https://github.com/momentohq/client-sdk-go/compare/v1.32.0...v1.32.1) (2025-01-17)


### Miscellaneous

* log pretty print cache config on instantiation ([#577](https://github.com/momentohq/client-sdk-go/issues/577)) ([851b9c2](https://github.com/momentohq/client-sdk-go/commit/851b9c225283e4e48064a990dbbdd4182469a0bf))

## [1.32.0](https://github.com/momentohq/client-sdk-go/compare/v1.31.2...v1.32.0) (2025-01-17)


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

type ClientType string

Expand Down

0 comments on commit 16aeee7

Please sign in to comment.