diff --git a/CHANGELOG.md b/CHANGELOG.md index bc27b15..7f1d9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.10.0 / 2023-12-03 +================== + +New functionality and features +------------------------------ + + * Add support for `--fields` parameter in `search` command + +Other Changes +------------- + + * Bump `pycloudinary` to `1.37.0` + * Improve error handling in `regen_derived` command + * Update `upload_dir` parameters description + 1.9.1 / 2023-10-08 ================== diff --git a/cloudinary_cli/version.py b/cloudinary_cli/version.py index 38cf6db..fcfdf38 100644 --- a/cloudinary_cli/version.py +++ b/cloudinary_cli/version.py @@ -1 +1 @@ -__version__ = "1.9.1" +__version__ = "1.10.0"