From 02be19e759d878a3fd7a75046bbe348e29c26831 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 18 Sep 2026 08:38:27 +0200 Subject: [PATCH] chore(main): release cli 2.69.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 dadf21264..3c30601c3 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.69.0](https://github.com/phrase/strings-openapi/compare/cli-v2.68.0...cli-v2.69.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [2.68.0](https://github.com/phrase/strings-openapi/compare/cli-v2.67.2...cli-v2.68.0) (2026-09-17) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 0a1dad3aa..5379b3916 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.68.0 +packageVersion: 2.69.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 6afcaf930..17c080981 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.68.0" + ".": "2.69.0" }