diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf9b3a..896ffb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.5](https://github.com/phrase/openapi/compare/cli-v2.35.4...cli-v2.35.5) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [2.35.4](https://github.com/phrase/openapi/compare/cli-v2.35.3...cli-v2.35.4) (2024-12-20) diff --git a/README.md b/README.md index c824698..ac5b8c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c This CLI client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. - API version: 2.0.0 -- Package version: 2.35.4 +- Package version: 2.35.5 - Build package: org.openapitools.codegen.languages.GoClientCodegen @@ -57,15 +57,15 @@ Use the `pull` command to download the most recent locale files back into your p You can also use `phrase` through a docker image, without installing the cli on your computer. - $ docker run --rm phrase/phrase-cli:2.35.4 help + $ docker run --rm phrase/phrase-cli:2.35.5 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.35.4 init + $ docker run -it phrase/phrase-cli:2.35.5 init Commands that need to read the config file and write locale files can mount a directory. - $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.35.4 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.35.5 pull You can also use the docker image as base for more complex images.