From f3c948a4032baaab6f566ef9b755090f0f9b04e9 Mon Sep 17 00:00:00 2001 From: Brian Luk Date: Tue, 23 Jun 2020 15:25:16 -0700 Subject: [PATCH] Version 1.0.6 --- CHANGELOG.md | 7 +++++++ cloudinary_cli/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78a1fe..1866481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +1.0.6 / 2020-06-23 +================== + + * Use upload_large when file size is larger than 20MB + * Fix Windows path/public_id formatting + * Update Windows configuration approach + 1.0.5 / 2020-04-21 ================== diff --git a/cloudinary_cli/version.py b/cloudinary_cli/version.py index 68cdeee..382021f 100644 --- a/cloudinary_cli/version.py +++ b/cloudinary_cli/version.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6"