diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 525c21d5..662cab03 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.24.0](https://github.com/phrase/openapi/compare/cli-v2.23.2...cli-v2.24.0) (2024-04-17) + + +### Features + +* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/openapi/issues/569)) ([0bd1756](https://github.com/phrase/openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12)) + ## [2.23.2](https://github.com/phrase/openapi/compare/cli-v2.23.1...cli-v2.23.2) (2024-04-10) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 120ccdd0..3578e5a9 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.23.2 +packageVersion: 2.24.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 9cf6bbfe..288087c1 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.23.2" + ".": "2.24.0" } \ No newline at end of file