Skip to content

Commit fcd4e35

Browse files
chore(main): release 1.40.1 (#669)
1 parent ebdb114 commit fcd4e35

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.40.1](https://github.com/momentohq/client-sdk-go/compare/v1.40.0...v1.40.1) (2026-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove client-side expiry check on disposable tokens ([#672](https://github.com/momentohq/client-sdk-go/issues/672)) ([ebdb114](https://github.com/momentohq/client-sdk-go/commit/ebdb114169411f018d6895b4b945ee7377d17ec3))
9+
10+
11+
### Miscellaneous
12+
13+
* fix endpoint in docs snippet ([#670](https://github.com/momentohq/client-sdk-go/issues/670)) ([f2fa44b](https://github.com/momentohq/client-sdk-go/commit/f2fa44b1bb86befdb030a726fd37bc19a119114d))
14+
* more examples and readme updates ([#671](https://github.com/momentohq/client-sdk-go/issues/671)) ([12caf92](https://github.com/momentohq/client-sdk-go/commit/12caf92d5fc980f754549b22b49a088d6d78fcdd))
15+
* update examples, tests, ci/cd env vars ([#668](https://github.com/momentohq/client-sdk-go/issues/668)) ([b200088](https://github.com/momentohq/client-sdk-go/commit/b200088dced6160ce3fc06ebe26627c240b89a4f))
16+
317
## [1.40.0](https://github.com/momentohq/client-sdk-go/compare/v1.39.0...v1.40.0) (2025-12-15)
418

519

internal/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func init() {
1919
FirstTimeHeadersSent.Store(Auth, false)
2020
}
2121

22-
var Version = "1.40.0" // x-release-please-version
22+
var Version = "1.40.1" // x-release-please-version
2323

2424
type ClientType string
2525

0 commit comments

Comments
 (0)