diff --git a/clients/cli/go.mod b/clients/cli/go.mod index b87f08b8..501ee617 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.23.1 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.23.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 e2d08487..d94f86aa 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.2](https://github.com/phrase/openapi/compare/go-v2.23.1...go-v2.23.2) (2024-02-05) + + +### Bug Fixes + +* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/openapi/issues/534)) ([38b51b5](https://github.com/phrase/openapi/commit/38b51b51095394f8ce769873140038abba628514)) + ## [2.23.1](https://github.com/phrase/openapi/compare/go-v2.23.0...go-v2.23.1) (2024-02-01) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 646f90e2..aae6d16f 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.23.1 +packageVersion: 2.23.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 037db8f2..9cf6bbfe 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.23.1" + ".": "2.23.2" } \ No newline at end of file