From bc820ec37e878f1fefa08c20be9665290aedfa9a Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Wed, 7 Feb 2024 21:38:56 +0200 Subject: [PATCH] Version 1.25.1 --- CHANGELOG.md | 6 ++++++ CloudinaryDotNet/CloudinaryDotNet.csproj | 2 +- CloudinaryDotNet/CloudinaryVersion.cs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a36aa80..e5cd3bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +1.25.1 / 2024-02-07 +============= + + * Fix vulnerable dependencies + * Fix URL encoding in `DownloadPrivate` + 1.25.0 / 2024-01-07 =================== diff --git a/CloudinaryDotNet/CloudinaryDotNet.csproj b/CloudinaryDotNet/CloudinaryDotNet.csproj index 81798bf7..652d5e3b 100644 --- a/CloudinaryDotNet/CloudinaryDotNet.csproj +++ b/CloudinaryDotNet/CloudinaryDotNet.csproj @@ -10,7 +10,7 @@ false CloudinaryDotNet Cloudinary - 1.25.0 + 1.25.1 false Official client library for easily integrating with the Cloudinary service Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect diff --git a/CloudinaryDotNet/CloudinaryVersion.cs b/CloudinaryDotNet/CloudinaryVersion.cs index 74c9c542..dcccebbd 100644 --- a/CloudinaryDotNet/CloudinaryVersion.cs +++ b/CloudinaryDotNet/CloudinaryVersion.cs @@ -8,6 +8,6 @@ internal static class CloudinaryVersion /// /// Gets full version number of Cloudinary .NET SDK. /// - public static string Full => "1.25.0"; + public static string Full => "1.25.1"; } }