From 0492abb43bdd0234bf64b131dd4212816ef4542a Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sun, 31 Jan 2021 17:48:40 +0000 Subject: [PATCH] Version 2.0.1 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb8b066..3ebc3130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.0.1 / 2021-01-31 +================== + + * Fix travis + * Files cleanup + 2.0.0 / 2021-01-31 ================== diff --git a/composer.json b/composer.json index 600de03c..d4c4ee5b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.0.0", + "version": "2.0.1", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 5ddf021e..b747a215 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.0.0', + 'version' => '2.0.1', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index f08dd4dc..a827ce1c 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -33,7 +33,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.0.0'; + const VERSION = '2.0.1'; /** * Defines the Cloudinary cloud details and other global configuration options.