diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ffe198f..f8ef52ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,26 @@
+1.16.0 / 2022-01-05
+===================
+
+New functionality
+-----------------
+
+ * Add support for folder decoupling
+ * Add support for `CreateSlideshow` Upload API
+ * Add support for variables in text style
+ * Add support for `context` and structured `metadata` in `Rename` Admin API
+ * Add support for structured metadata in `GetResources` Admin API
+ * Add support for `ResourceType` from `Context` Upload API
+ * Add proxy support
+
+Other Changes
+-------------
+
+ * Remove duplicates in Search API fields
+ * Fix named parameters normalization issue
+ * Fix `appveyor.yml` config
+ * Speedup integration tests
+
1.15.2 / 2021-06-08
===================
diff --git a/CloudinaryDotNet/CloudinaryDotNet.csproj b/CloudinaryDotNet/CloudinaryDotNet.csproj
index 6e159799..920775a2 100644
--- a/CloudinaryDotNet/CloudinaryDotNet.csproj
+++ b/CloudinaryDotNet/CloudinaryDotNet.csproj
@@ -9,7 +9,7 @@
false
CloudinaryDotNet
Cloudinary
- 1.15.2
+ 1.16.0
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 a0902586..c9a534ad 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.15.2";
+ public static string Full => "1.16.0";
}
}