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
12 changes: 12 additions & 0 deletions clients/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.40.0](https://github.com/phrase/openapi/compare/cli-v2.39.0...cli-v2.40.0) (2025-04-08)


### Features

* **CLI:** Do not save token to config file by default #STRINGS-999 ([#822](https://github.com/phrase/openapi/issues/822)) ([7836701](https://github.com/phrase/openapi/commit/783670117c84357da9157b4e5cdb80fc3d96c820))


### Bug Fixes

* **API:** Remove request body from GET comments ([#817](https://github.com/phrase/openapi/issues/817)) ([2646001](https://github.com/phrase/openapi/commit/264600132e80ac03983e0ae86e99db3d6fb9080d))

## [2.39.0](https://github.com/phrase/openapi/compare/cli-v2.38.0...cli-v2.39.0) (2025-03-06)


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.39.0
packageVersion: 2.40.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.39.0"
".": "2.40.0"
}
Loading