diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 9cf8e3558..6cc5947ef 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.6 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.1.0 // 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 952565237..e23796ad7 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.1.0](https://github.com/phrase/openapi/compare/go-v4.0.6...go-v4.1.0) (2025-02-17) + + +### Features + +* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30)) +* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e)) + ## [4.0.6](https://github.com/phrase/openapi/compare/go-v4.0.5...go-v4.0.6) (2025-01-29) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index b07a7237a..8d911bae0 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.6 +packageVersion: 4.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 79d49ad08..3b4c2d4ba 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.0.6" + ".": "4.1.0" } \ No newline at end of file