diff --git a/CHANGELOG.md b/CHANGELOG.md index 927c9c5..c419cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ +1.3.0 / 2020-11-09 +================== + +New functionality and features +------------------------------ + + * Add `include-hidden` option to `sync` + * Add `deletion-batch-size` option to `sync` + +Other Changes +------------- + + * Improve sync of files with special characters + 1.2.2 / 2020-10-20 ================== diff --git a/cloudinary_cli/version.py b/cloudinary_cli/version.py index bc86c94..67bc602 100644 --- a/cloudinary_cli/version.py +++ b/cloudinary_cli/version.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.3.0"