From 7e6fd25091bf783cd3c95f73418d472a4b3febb7 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sat, 28 Jan 2023 18:41:49 +0000 Subject: [PATCH] Version 1.1.1 --- 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 a05b9d5..1f560a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.1.1 / 2023-01-28 +================== + +* Fix PHP 8.2 deprecation warnings + 1.1.0 / 2023-01-19 ================== diff --git a/composer.json b/composer.json index 188f10f..1e061a0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/transformation-builder-sdk", - "version": "1.1.0", + "version": "1.1.1", "description": "Cloudinary PHP Transformation Builder SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index b2ca31e..4d86886 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.0', + 'version' => '1.1.1', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1,