diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12fc5110..af01796f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [4.4.8 - 4.4 patch, on Dec 27th, 2019](https://github.com/rs/SDWebImage/releases/tag/4.4.8)
+See [all tickets marked for the 4.4.8 release](https://github.com/SDWebImage/SDWebImage/milestone/57)
+
+#### Fixes
+- Fix the issue that "There may be no complete callback when download the picture of the local path" #2916
+- Fix the crash when using NSCache delegate with SDMemoryCache default implementation on dealloc #2899
+- Fix the thread safe issue with Downloader and DownloaderOperation during cancel #2903
+
## [4.4.7 - 4.4 patch, on Jun 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/4.4.7)
See [all tickets marked for the 4.4.7 release](https://github.com/SDWebImage/SDWebImage/milestone/34)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index b4eae05d..8a00a4b5 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '4.4.7'
+ s.version = '4.4.8'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '7.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index d18718c4..9a3206bc 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.4.7
+ 4.4.8
CFBundleSignature
????
CFBundleVersion
- 4.4.7
+ 4.4.8
NSPrincipalClass