Skip to content

Commit

Permalink
Version 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jun 9, 2020
1 parent 96c6861 commit 282221a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
========================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/sami_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Cloudinary
*
* @var string VERSION
*/
const VERSION = '2.0.0-beta2';
const VERSION = '2.0.0-beta3';

/**
* The configuration instance.
Expand Down

0 comments on commit 282221a

Please sign in to comment.