From 6c7e60964db3f4c44e723cc11dcea83f58ab1893 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 21 Dec 2023 14:21:34 +0100 Subject: [PATCH] chore(master): release go 2.21.2 --- 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 821a188f2..b600b2a48 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 v2.21.1 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.21.2 // 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 13f144bde..4516d7590 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.2](https://github.com/phrase/openapi/compare/go-v2.21.1...go-v2.21.2) (2023-12-21) + + +### Bug Fixes + +* **GO,CLI:** Reverts retrigger Go & CLI release ([d6574c1](https://github.com/phrase/openapi/commit/d6574c12e0fa93596935706a6b4a2aaa3c7691ef)) + ## [2.21.1](https://github.com/phrase/openapi/compare/go-v2.21.0...go-v2.21.1) (2023-12-20) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 7191aa5c3..7fd40d378 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: 2.21.1 +packageVersion: 2.21.2 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 637e6946c..5f97376a3 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.21.1" + ".": "2.21.2" } \ No newline at end of file