diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc2ddca7..e11870f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [3.7.5 Patch release for 3.7.0 on Jan 21st, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.5)
+- fixed #1425 and #1426 - Continuation of Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of `dispatch_apply`
+- fixed #1422 - Added a fallback for #976 so that if there are images saved with the old format (no extension), they can still be loaded
+
## [3.7.4 Patch release for 3.7.0 with tvOS support on Jan 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.4)
#### Updates
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index ba00209c..0aff0683 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '3.7.4'
+ s.version = '3.7.5'
s.ios.deployment_target = '5.0'
s.tvos.deployment_target = '9.0'
s.license = 'MIT'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 29f70e0c..7ea75c1c 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.7.4
+ 3.7.5
CFBundleSignature
????
CFBundleVersion