diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index db8872d3..e97a6c3c 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.62.0](https://github.com/phrase/strings-openapi/compare/cli-v2.61.0...cli-v2.62.0) (2026-05-05) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [2.61.0](https://github.com/phrase/strings-openapi/compare/cli-v2.60.0...cli-v2.61.0) (2026-04-27) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index f900b20b..b414a739 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.61.0 +packageVersion: 2.62.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 5d78e477..d73eb3f5 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.61.0" + ".": "2.62.0" }