From c8c6932fc7dfb188a76170a559b02a974e1ce3df Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 10 Sep 2026 13:03:44 +0200 Subject: [PATCH] chore(main): release cli 2.68.0 --- clients/cli/CHANGELOG.md | 15 +++++++++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index fd37649b..cb97b06e 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.68.0](https://github.com/phrase/strings-openapi/compare/cli-v2.67.2...cli-v2.68.0) (2026-09-10) + + +### Features + +* **API:** add Checks API endpoints ([#1242](https://github.com/phrase/strings-openapi/issues/1242)) ([0be2f2c](https://github.com/phrase/strings-openapi/commit/0be2f2c9f17f2488a936387e4f6824760c3b6a7c)) +* **API:** add created_since filter to check issues list #STRINGS-3043 ([#1256](https://github.com/phrase/strings-openapi/issues/1256)) ([01f2da7](https://github.com/phrase/strings-openapi/commit/01f2da7da6fcae20ca8d76d1e8ab42a7f31a8918)) +* **API:** add machine translation settings and locale provider mapping endpoints #STRINGS-2977 ([#1252](https://github.com/phrase/strings-openapi/issues/1252)) ([eeb265f](https://github.com/phrase/strings-openapi/commit/eeb265f432a2ae9c43fdc2f41ad09a01ef35690d)) +* **API:** document tm_ids and term_base_ids params on projects API ([#1244](https://github.com/phrase/strings-openapi/issues/1244)) ([c8a2eea](https://github.com/phrase/strings-openapi/commit/c8a2eeab870236e46a8f87770c5499f0d6ffd2ca)) + + +### Bug Fixes + +* **cli:** guard nil file panic in generated download commands ([#1241](https://github.com/phrase/strings-openapi/issues/1241)) ([e8f3f61](https://github.com/phrase/strings-openapi/commit/e8f3f61d87148d1e14c963b6324059bd08b4d056)) + ## [2.67.2](https://github.com/phrase/strings-openapi/compare/cli-v2.67.1...cli-v2.67.2) (2026-08-25) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index e60a4d2d..0a1dad3a 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.67.2 +packageVersion: 2.68.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 61ed2b6a..6afcaf93 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.67.2" + ".": "2.68.0" }