diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 35ce9f77..a99f0c34 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 v4.0.0 // x-release-please-version + github.com/phrase/phrase-go/v3 v4.0.1 // 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 e3d96cc8..ba7e768f 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/phrase/openapi/compare/go-v4.0.0...go-v4.0.1) (2024-12-18) + + +### Bug Fixes + +* **go:** go v4 module bump ([#738](https://github.com/phrase/openapi/issues/738)) ([e19ae51](https://github.com/phrase/openapi/commit/e19ae516df426b7877b348a04c8c7036373f3217)) + ## [4.0.0](https://github.com/phrase/openapi/compare/go-v3.7.1...go-v4.0.0) (2024-12-18) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 0e6c094a..b89880fb 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.0 +packageVersion: 4.0.1 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 127ac87b..6a37fe2d 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } \ No newline at end of file