From e6851c87690b5d91fd5ebde9295585deadccfe68 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 18 Jun 2024 08:54:11 +0200 Subject: [PATCH] chore(master): release go 3.2.1 (#640) --- 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 2397217c..21a065db 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.2.0 // x-release-please-version + github.com/phrase/phrase-go/v3 v3.2.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 1eb8be32..fdfbc199 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/phrase/openapi/compare/go-v3.2.0...go-v3.2.1) (2024-06-18) + + +### Bug Fixes + +* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb)) + ## [3.2.0](https://github.com/phrase/openapi/compare/go-v3.1.1...go-v3.2.0) (2024-06-12) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index ab0d5810..cfff600a 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.2.0 +packageVersion: 3.2.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 1f73031b..a9e40ee0 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } \ No newline at end of file