From 462488910062659f96265de9e8e6a8b9464ae1c8 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 9 Jan 2026 09:36:57 +0100 Subject: [PATCH] chore(main): release go 4.18.0 --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 12 ++++++++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index f49a481c..96e1dc1e 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.17.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.18.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 c7507a7d..4cbf618e 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.18.0](https://github.com/phrase/openapi/compare/go-v4.17.0...go-v4.18.0) (2026-01-09) + + +### Features + +* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8)) + + +### Bug Fixes + +* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8)) + ## [4.17.0](https://github.com/phrase/openapi/compare/go-v4.16.0...go-v4.17.0) (2025-12-17) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 22e573d6..840a5700 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.17.0 +packageVersion: 4.18.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 9e5024f2..052d78b7 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.17.0" + ".": "4.18.0" } \ No newline at end of file