diff --git a/config/clients/go/CHANGELOG.md.mustache b/config/clients/go/CHANGELOG.md.mustache index 0e5b96c0f..a94894617 100644 --- a/config/clients/go/CHANGELOG.md.mustache +++ b/config/clients/go/CHANGELOG.md.mustache @@ -2,8 +2,13 @@ ## [Unreleased](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v{{packageVersion}}...HEAD) -- feat: add contextual tuples support in Expand requests -- fix: 5xx errors were not being properly retried +## {{packageVersion}} + +### [{{packageVersion}}](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.7.1...v{{packageVersion}}) (2025-09-15) + +- feat: add contextual tuples support in Expand requests (https://github.com/openfga/sdk-generator/pull/547) - thanks @SoulPancake +- feat: Support passing name filter to ListStores (#186, #213) - thanks @Oscmage! +- fix: 5xx errors were not being properly retried (#204) - thanks @maxlegault for reporting ## v0.7.1 diff --git a/config/clients/go/config.overrides.json b/config/clients/go/config.overrides.json index ace5538a3..46c0e11f1 100644 --- a/config/clients/go/config.overrides.json +++ b/config/clients/go/config.overrides.json @@ -2,7 +2,7 @@ "sdkId": "go", "gitRepoId": "go-sdk", "packageName": "openfga", - "packageVersion": "0.7.1", + "packageVersion": "0.7.2", "packageDescription": "Go SDK for OpenFGA", "packageDetailedDescription": "This is an autogenerated Go SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).", "fossaComplianceNoticeId": "41c01c64-f74a-414a-9e39-7aeca87bc47b",