diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index fe222627..fa1ab6ef 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.2](https://github.com/phrase/openapi/compare/cli-v2.21.1...cli-v2.21.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.21.1](https://github.com/phrase/openapi/compare/cli-v2.21.0...cli-v2.21.1) (2024-02-01) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index d14b4ab5..add9f39d 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.21.1 +packageVersion: 2.21.2 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 637e6946..5f97376a 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.21.1" + ".": "2.21.2" } \ No newline at end of file