diff --git a/CHANGELOG b/CHANGELOG
index 15e5c18..820673d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1017,3 +1017,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Once updated, go to the `Location` view and set the API Domain.
* Update the various apps/servers/code to use the API domain as the backup destination.
+[2.1.0]
+* Update minio to 2022-01-28T02-28-16Z
+* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-01-28T02-28-16Z)
+* make sure to pass groups for all credentials while verifying policies by @harshavardhana in #14193
+* do not expect 'speedtest' to be a bucket by @harshavardhana in #14199
+* Optimize read locker cleanup by @klauspost in #14200
+* Ensure that AssumeRole calls are sent to Audit log by @donatello in #14202
diff --git a/CloudronManifest.json b/CloudronManifest.json
index dbd2151..b4aa9a4 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "2.0.0-1",
+ "version": "2.1.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"httpPorts": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 7d7ad3c..0312fa4 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2021-09-15T04-54-25Z.
+This app packages Minio 2022-01-28T02-28-16Z.
Minio is a distributed object storage server built for cloud applications and devops.