Skip to content

Commit

Permalink
chore(main): release 1.30.0 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 735593a commit 6bd3fab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.30.0](https://github.com/momentohq/client-sdk-go/compare/v1.29.1...v1.30.0) (2024-11-23)


### Features

* add replica-reads test ([#559](https://github.com/momentohq/client-sdk-go/issues/559)) ([735593a](https://github.com/momentohq/client-sdk-go/commit/735593ac6800eda2cd210d101c2b16274effbda5))
* document all rpc's and if they are idempotent or not ([#558](https://github.com/momentohq/client-sdk-go/issues/558)) ([622b7d0](https://github.com/momentohq/client-sdk-go/commit/622b7d0057480515ad66694b2735b036676b597c))
* retry on cancelled status code ([#557](https://github.com/momentohq/client-sdk-go/issues/557)) ([d62e27d](https://github.com/momentohq/client-sdk-go/commit/d62e27dcc8ee9650ee2fbb2485547dbfaf09ffc2))


### Miscellaneous

* update license file ([#552](https://github.com/momentohq/client-sdk-go/issues/552)) ([f9ab3e4](https://github.com/momentohq/client-sdk-go/commit/f9ab3e4621bb4320e817385137c474237e0c4e74))

## [1.29.1](https://github.com/momentohq/client-sdk-go/compare/v1.29.0...v1.29.1) (2024-11-06)


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

type ClientType string

Expand Down

0 comments on commit 6bd3fab

Please sign in to comment.