Skip to content

Commit

Permalink
Version 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Mar 12, 2024
1 parent b55218c commit d2d91ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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
==================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary/cloudinary_php",
"version": "2.12.0",
"version": "2.13.0",
"description": "Cloudinary PHP SDK",
"keywords": [
"cloudinary",
Expand Down
2 changes: 1 addition & 1 deletion docs/sami_config.php
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Expand Up @@ -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.
Expand Down

0 comments on commit d2d91ab

Please sign in to comment.