From 250277d18e396a8dd387eb452afb0e5ea75cf073 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 18 Sep 2026 08:38:14 +0200 Subject: [PATCH] chore(main): release go 4.32.0 --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 7 +++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 39e2f0e79..b6b6b2a24 100644 --- a/clients/cli/go.mod +++ b/clients/cli/go.mod @@ -11,7 +11,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.5.0 - github.com/phrase/phrase-go/v4 v4.31.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.32.0 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.7.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 1a51ba641..ead4668c6 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.32.0](https://github.com/phrase/strings-openapi/compare/go-v4.31.0...go-v4.32.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [4.31.0](https://github.com/phrase/strings-openapi/compare/go-v4.30.0...go-v4.31.0) (2026-09-17) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 3eae4e711..6084afd42 100644 --- a/openapi-generator/go_lang.yaml +++ b/openapi-generator/go_lang.yaml @@ -2,7 +2,7 @@ generatorName: go outputDir: clients/go packageName: phrase -packageVersion: 4.31.0 +packageVersion: 4.32.0 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index a95c85271..263d47d2b 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.31.0" + ".": "4.32.0" } \ No newline at end of file