diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ada48e0..2a3d4bbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [3.8.2 Patch release for 3.8.0 on Sep 5th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.2)
+
+#### Fixes:
+
+- Fixed #1608 #1623 #1644 Crash in `[NSURLCache cachedResponseForRequest:]` - the fix is actually avoiding to access `NSURLCache` which appears to generate a race condition. We only call it if necesarry (`SDWebImageRefreshCached` is used and the image cannot be cached by the system when it's too big or behind authentication)
+
## [3.8.1 Patch release for 3.8.0 on Jun 7th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.1)
#### Fixes:
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 73facd4b..952a5f07 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '3.8.1'
+ s.version = '3.8.2'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.license = 'MIT'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 9467a966..633557cd 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.8.1
+ 3.8.2
CFBundleSignature
????
CFBundleVersion