From c5d2eb500a92802ef958f8bb36d81af07fb3f6f7 Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Thu, 9 Feb 2023 13:55:50 -0500 Subject: [PATCH] Version 1.20.2 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- src/Cloudinary.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92a5897..258f354f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +1.20.2 / 2023-02-09 +=================== + + * Fix PHP 8.2 deprecation warnings + 1.20.1 / 2022-02-01 ================== diff --git a/composer.json b/composer.json index e4c581a1..816354b2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "1.20.1", + "version": "1.20.2", "description": "Cloudinary PHP SDK", "keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"], "type": "library", diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 26ef8867..646c347d 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -16,7 +16,7 @@ class Cloudinary const DEFAULT_UPLOAD_PREFIX = 'https://api.cloudinary.com'; - const VERSION = "1.20.1"; + const VERSION = "1.20.2"; /** * @internal