Skip to content

Commit

Permalink
Version 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Feb 9, 2023
1 parent 21119f3 commit c5d2eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

1.20.2 / 2023-02-09
===================

* Fix PHP 8.2 deprecation warnings

1.20.1 / 2022-02-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": "1.20.1",
"version": "1.20.2",
"description": "Cloudinary PHP SDK",
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Cloudinary

const DEFAULT_UPLOAD_PREFIX = 'https://api.cloudinary.com';

const VERSION = "1.20.1";
const VERSION = "1.20.2";

/**
* @internal
Expand Down

0 comments on commit c5d2eb5

Please sign in to comment.