diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d61c5e5..48f6fcaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +2.0.0-beta3 / 2020-06-09 +======================== + +New functionality and features +------------------------------ + + * Add support for date in Usage API + +Other Changes +------------- + + * Fix `monolog` version conflict in `composer.json` + * Align Border + * Fix README + * Fix travis environment + 2.0.0-beta2 / 2020-06-01 ======================== diff --git a/composer.json b/composer.json index f5118a0d..97e7bd08 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.0.0-beta2", + "version": "2.0.0-beta3", "description": "Cloudinary PHP SDK v2", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 30da2094..a0c6a136 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 v2', - 'version' => '2.0.0-beta2', + 'version' => '2.0.0-beta3', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 2cec4c13..5d954d13 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -32,7 +32,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.0.0-beta2'; + const VERSION = '2.0.0-beta3'; /** * The configuration instance.