Skip to content

Commit

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

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


### Features

* add CredentialProvider constructor for momento-local connections ([#576](https://github.com/momentohq/client-sdk-go/issues/576)) ([ebdbe74](https://github.com/momentohq/client-sdk-go/commit/ebdbe741685a2354dec52925f6bdf31647f7da4b))


### Miscellaneous

* **deps:** bump github.com/momentohq/client-sdk-go in /examples ([#574](https://github.com/momentohq/client-sdk-go/issues/574)) ([c6510e2](https://github.com/momentohq/client-sdk-go/commit/c6510e2a18a05dd6e06316f7866cbc581597f905))

## [1.31.2](https://github.com/momentohq/client-sdk-go/compare/v1.31.1...v1.31.2) (2025-01-15)


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

type ClientType string

Expand Down

0 comments on commit 20600c1

Please sign in to comment.