Skip to content

Commit

Permalink
chore(main): release 1.27.4 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent bfe58f2 commit 8c175f4
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.27.4](https://github.com/momentohq/client-sdk-go/compare/v1.27.3...v1.27.4) (2024-09-10)


### Bug Fixes

* remaining ttl <= ttl ([#497](https://github.com/momentohq/client-sdk-go/issues/497)) ([e3593cd](https://github.com/momentohq/client-sdk-go/commit/e3593cd3282ede37660c9ad8a9e493bf1efc392b))


### Miscellaneous

* add logging to failing canary tests ([#499](https://github.com/momentohq/client-sdk-go/issues/499)) ([bfe58f2](https://github.com/momentohq/client-sdk-go/commit/bfe58f21167bcda5ef2c319f00313a3be95c261c))

## [1.27.3](https://github.com/momentohq/client-sdk-go/compare/v1.27.2...v1.27.3) (2024-09-05)


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

type ClientType string

Expand Down

0 comments on commit 8c175f4

Please sign in to comment.