From d8d796b1be76c9d9c5535ab284b4156aecc16bec Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 29 Apr 2024 17:05:12 +0200 Subject: [PATCH] chore(master): release go 3.1.0 (#605) --- 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 04a7eda7..2cfd512f 100644 --- a/clients/cli/go.mod +++ b/clients/cli/go.mod @@ -9,7 +9,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.4.0 - github.com/phrase/phrase-go/v3 v3.0.1 // x-release-please-version + github.com/phrase/phrase-go/v3 v3.1.0 // x-release-please-version github.com/spf13/cobra v1.0.0 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 cc30a136..162216e1 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/phrase/openapi/compare/go-v3.0.1...go-v3.1.0) (2024-04-29) + + +### Features + +* **API:** Add 'update_translation_keys' for Uploads [TSI-2292] ([#578](https://github.com/phrase/openapi/issues/578)) ([4492ec0](https://github.com/phrase/openapi/commit/4492ec0a7c62f9de9ab1c1125071615bddcc26ce)) + ## [3.0.1](https://github.com/phrase/openapi/compare/go-v3.0.0...go-v3.0.1) (2024-04-23) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index c1aa783a..48d3cea9 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: 3.0.1 +packageVersion: 3.1.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 56441f9d..e0dc5001 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.1.0" } \ No newline at end of file