Skip to content

Commit

Permalink
Version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed May 30, 2023
1 parent 0312af9 commit 678060f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

1.21.0 / 2023-05-30
=============

New functionality
-----------------

* Add support for `BackgroundRemoval` in `GetUsage` Admin API
* Add support for `LastUpdated` field in `GetResourceResult`

Other Changes
-------------

* Fix support for unicode public_ids in URLs
* Fix `Context` in `VideoUploadResult`

1.20.0 / 2022-09-25
===================

Expand Down
2 changes: 1 addition & 1 deletion CloudinaryDotNet/CloudinaryDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<Authors>Cloudinary</Authors>
<Version>1.20.0</Version>
<Version>1.21.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Official client library for easily integrating with the Cloudinary service</Description>
<PackageTags>Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion CloudinaryDotNet/CloudinaryVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ internal static class CloudinaryVersion
/// <summary>
/// Gets full version number of Cloudinary .NET SDK.
/// </summary>
public static string Full => "1.20.0";
public static string Full => "1.21.0";
}
}

0 comments on commit 678060f

Please sign in to comment.