From 5a3824fc02d02173edc492ea1b8cb207b7527fcb Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 17 Feb 2025 12:39:45 +0100 Subject: [PATCH] chore(main): release cli 2.36.0 --- clients/cli/CHANGELOG.md | 9 +++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 848f320dc..bd1509ca7 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.36.0](https://github.com/phrase/openapi/compare/cli-v2.35.6...cli-v2.36.0) (2025-02-17) + + +### Features + +* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30)) +* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e)) +* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562)) + ## [2.35.6](https://github.com/phrase/openapi/compare/cli-v2.35.5...cli-v2.35.6) (2025-01-29) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index c02364368..fd74de1af 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.35.6 +packageVersion: 2.36.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index bf328b36c..863e1c57d 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.35.6" + ".": "2.36.0" }