diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 099278d1..49524555 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/v2 v3.0.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v3.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 d76d4d94..cc30a136 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/phrase/openapi/compare/go-v3.0.0...go-v3.0.1) (2024-04-23) + + +### Bug Fixes + +* **go:** remove unused dependencies ([#598](https://github.com/phrase/openapi/issues/598)) ([413abb4](https://github.com/phrase/openapi/commit/413abb49253d063d116988a16d17b5dce005d967)) + ## [3.0.0](https://github.com/phrase/openapi/compare/go-v2.27.0...go-v3.0.0) (2024-04-23) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index a366c8ac..c1aa783a 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.0 +packageVersion: 3.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 4191c889..56441f9d 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file