From 8553ef7e1ef70cfbb6c13e05de689f8492a09ca5 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 24 Sep 2026 09:20:32 +0200 Subject: [PATCH] chore(main): release cli 2.70.0 --- clients/cli/CHANGELOG.md | 7 +++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 4f4ab23b..705646cd 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.70.0](https://github.com/phrase/strings-openapi/compare/cli-v2.69.1...cli-v2.70.0) (2026-09-24) + + +### Features + +* **API:** add page/per_page params to repo_syncs list endpoint #STRINGS-3518 ([#1297](https://github.com/phrase/strings-openapi/issues/1297)) ([414261f](https://github.com/phrase/strings-openapi/commit/414261fe370337ed78dd4a5144c98132bc91ee7a)) + ## [2.69.1](https://github.com/phrase/strings-openapi/compare/cli-v2.69.0...cli-v2.69.1) (2026-09-23) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 4e301949..fc426bbe 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.69.1 +packageVersion: 2.70.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index e7538062..8b21bb5a 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.69.1" + ".": "2.70.0" }