Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 19, 2023
1 parent 6cf2cb9 commit fbf5880
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.0 / 2023-01-19
==================

* Add support for `DropShadow` effect

1.0.0 / 2022-05-23
===================

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/transformation-builder-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "Cloudinary PHP Transformation Builder SDK",
"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 Transformation Builder SDK',
'version' => '1.0.0',
'version' => '1.1.0',
'build_dir' => $docsDir . 'build',
'cache_dir' => $docsDir . 'cache',
'default_opened_level' => 1,
Expand Down

0 comments on commit fbf5880

Please sign in to comment.