From 145d0ebc9638a82ec09bed7de57ea89586839bba Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 23 Mar 2023 02:09:04 +0000 Subject: [PATCH] Version 1.2.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 1f560a7..338f6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.2.0 / 2023-03-23 +================== + +* Add support for `BackgroundRemoval` effect + 1.1.1 / 2023-01-28 ================== diff --git a/composer.json b/composer.json index 1e061a0..96763dd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/transformation-builder-sdk", - "version": "1.1.1", + "version": "1.2.0", "description": "Cloudinary PHP Transformation Builder SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 4d86886..fec0dce 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.1.1', + 'version' => '1.2.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1,