From fbf58805e6e2d10fadb9471bb3d157e0ab40e03a Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 19 Jan 2023 15:43:10 +0000 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- docs/sami_config.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a821ac4..a05b9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.1.0 / 2023-01-19 +================== + + * Add support for `DropShadow` effect + 1.0.0 / 2022-05-23 =================== diff --git a/composer.json b/composer.json index 378eb60..188f10f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/transformation-builder-sdk", - "version": "1.0.0", + "version": "1.1.0", "description": "Cloudinary PHP Transformation Builder SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 889e472..b2ca31e 100644 --- a/docs/sami_config.php +++ b/docs/sami_config.php @@ -14,7 +14,7 @@ 'theme' => 'cloudinary', 'template_dirs' => [$docsDir . 'themes'], 'title' => 'Cloudinary PHP Transformation Builder SDK', - 'version' => '1.0.0', + 'version' => '1.1.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1,