diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38ac6837..2fc5e792 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## [5.11.1 - 5.11 Patch, on Apr 23rd, 2021](https://github.com/rs/SDWebImage/releases/tag/5.11.1)
+See [all tickets marked for the 5.11.1 release](https://github.com/SDWebImage/SDWebImage/milestone/88)
+
+### Changes
+- Change the .originalStoreCaheType and .originalQueryCacheType into .disk, Now we will store the full image data into disk and re-query the full image data by default #3219
+- Change the willTerminate auto clean cache logic into sync version #3210
+
+### Fixes
+- Fix the bug that when querying original cache miss, the download process will be skipped. This is not designed behavior #3221
+- Ensure the invalid URLSeesion will receive the cancel callback and does not trigger the any exception from framework #3205
+
+### Documentation
+- Fix spelling error in SDWebImageDownloaderOperation #3220
+
## [5.11.0 - Performance, on Apr 1st, 2021](https://github.com/rs/SDWebImage/releases/tag/5.11.0)
See [all tickets marked for the 5.11.0 release](https://github.com/SDWebImage/SDWebImage/milestone/84)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index c85cd0b8..1f8d7769 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.11.0'
+ s.version = '5.11.1'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index b7e41a4a..70725033 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.11.0
+ 5.11.1
CFBundleSignature
????
CFBundleVersion
- 5.11.0
+ 5.11.1
NSPrincipalClass