Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions clients/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.68.0](https://github.com/phrase/strings-openapi/compare/cli-v2.67.2...cli-v2.68.0) (2026-09-17)


### 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:** add name filter query parameter to spaces list #STRINGS-3036 ([#1267](https://github.com/phrase/strings-openapi/issues/1267)) ([3b54f73](https://github.com/phrase/strings-openapi/commit/3b54f73252698dd93411cfaffff3a97ea114be92))
* **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))
* **API:** document translation_keys_sort_collation on /projects endpoints ([#1270](https://github.com/phrase/strings-openapi/issues/1270)) ([0a22b46](https://github.com/phrase/strings-openapi/commit/0a22b467aa077a1743546bc53add0628c8c05927))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/cli_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion release-please/manifest-cli.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.67.2"
".": "2.68.0"
}
Loading