diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d453aac..2b84fb37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [4.1.2 - 4.1 patch, on Oct 9th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.1.2)
+See [all tickets marked for the 4.1.2 release](https://github.com/rs/SDWebImage/milestone/17)
+
+#### Fixes
+
+- Fix `SDWebImageDownloaderOperation` not call `done` when use `SDWebImageDownloaderIgnoreCachedResponse` #2049
+- Static `WebP` decoding little enhancement. Do not need create `WebP` iterator for static images #2050
+- Change `finished` check from `equal` to `equal or greater than` to protect accident condition #2051
+
## [4.1.1 - 4.1 patch, on Oct 6th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.1.1)
See [all tickets marked for the 4.1.1 release](https://github.com/rs/SDWebImage/milestone/14)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 091b7715..c2a09c35 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '4.1.1'
+ s.version = '4.1.2'
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '7.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index c2f8b887..37c8c0d2 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.1.1
+ 4.1.2
CFBundleSignature
????
CFBundleVersion
- 4.1.1
+ 4.1.2
NSPrincipalClass