diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e76302e..e4c02941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2.13.0 / 2024-03-12 +================== + +New functionality and features +------------------------------ + + * Add support for `analyze` API + 2.12.0 / 2023-12-03 ================== diff --git a/composer.json b/composer.json index 89ee981f..e5702d8f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.12.0", + "version": "2.13.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 39426102..c225cf59 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.12.0', + 'version' => '2.13.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 7943e7ed..6faa39d9 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.12.0'; + const VERSION = '2.13.0'; /** * Defines the Cloudinary cloud details and other global configuration options.