diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d7184..08117b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.4.0 / 2024-01-07 +================== + +New functionality and features +------------------------------ + + * Add support for `generativeFill` background + * Add support for AI generative effects + 1.3.0 / 2023-10-04 ================== diff --git a/composer.json b/composer.json index e07794d..c125969 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/transformation-builder-sdk", - "version": "1.3.0", + "version": "1.4.0", "description": "Cloudinary PHP Transformation Builder SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index c19bb28..7404df6 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', - 'version' => '1.3.0', + 'version' => '1.4.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 2,