diff --git a/CHANGELOG.md b/CHANGELOG.md index 08197a1a..abbe430d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.9.2 / 2022-11-13 +================== + +* Add version to the reference docs + 2.9.1 / 2022-11-13 ================== diff --git a/composer.json b/composer.json index bb8359ed..f1ec96e4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.9.1", + "version": "2.9.2", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 747a8736..a33c5c40 100644 --- a/docs/sami_config.php +++ b/docs/sami_config.php @@ -14,7 +14,7 @@ 'theme' => 'cloudinary', 'template_dirs' => [$docsDir . 'themes'], 'title' => 'Cloudinary PHP SDK', - 'version' => '2.9.1', + 'version' => '2.9.2', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 7ce16b69..8f08f815 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -33,7 +33,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.9.1'; + const VERSION = '2.9.2'; /** * Defines the Cloudinary cloud details and other global configuration options.