diff --git a/CHANGELOG.md b/CHANGELOG.md index e99a04a7..f414e323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ Version 0.44.0 Additions and changes from [pull request #345](https://github.com/codemagic-ci-cd/cli-tools/pull/345). **Features** -- Add new action `google-play tracks promote-release` to promote a release from one Google Play release track to another. +- Add a new action `google-play tracks promote-release` to promote a release from one Google Play release track to another. **Development** -- Define new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges. -- Add new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`. +- Define a new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges. +- Add a new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`. - **Documentation** - Update documentation for action group `google-play tracks`.