diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 01972107..405aa8b7 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.0.4 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.0.5 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 985614b6..3812d11c 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.5](https://github.com/phrase/openapi/compare/go-v4.0.4...go-v4.0.5) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [4.0.4](https://github.com/phrase/openapi/compare/go-v4.0.3...go-v4.0.4) (2024-12-20) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 47c77095..ca6cc810 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.0.4 +packageVersion: 4.0.5 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 55dce8b0..755adef7 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.0.4" + ".": "4.0.5" } \ No newline at end of file