From bf285720444ea8be97f510ca6a43a2bfbc99c5c0 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 11 Jun 2026 12:28:36 +0200 Subject: [PATCH] chore(main): release go 4.28.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 277be77f..4af028b9 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.27.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.28.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 206585be..f61fa9b0 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.28.0](https://github.com/phrase/strings-openapi/compare/go-v4.27.0...go-v4.28.0) (2026-06-11) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) + ## [4.27.0](https://github.com/phrase/strings-openapi/compare/go-v4.26.0...go-v4.27.0) (2026-06-04) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 31e7fc26..8cd904f2 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.27.0 +packageVersion: 4.28.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 81e5e657..cd95c250 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.27.0" + ".": "4.28.0" } \ No newline at end of file