diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea6f82fd..7240cc39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## [4.4.4 - 4.4 patch, on Jan 26th, 2019](https://github.com/SDWebImage/SDWebImage/releases/tag/4.4.4)
+See [all tickets marked for the 4.4.4 release](https://github.com/SDWebImage/SDWebImage/milestone/29)
+
+#### Fixes
+- Fix memory cache image cost miscalculation for 4.x #2486
+- Fix background download for 4.x #2570
+- Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO #2574
+- Fix the current image cost (pixels) for FLAnimatedImage #2558
+- Fix the FLAnimatedImage compatible code issue by introduce a private API #2588
+- Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace #2585
+- Fix potential memory leaks for ICCP && optimize ICCP handler #2596
+- Fix that WebP decoder in master branch, does not consider the global `shouldDecompressImages` config and always do pre-draw for static WebP images #2592
+- Fix rare crash when NSMapTable empty keys #2556
+- Retain operation when post download related notifications (Hopefully fix, but if you face crash, please open a issue) #2576
+
+#### Performances
+- Prioritize SDWebImageDownloaderHighPriority if operation already exists #2575
+
+#### Project
+- Let SD can be imported using static library by CocoaPods using `DEFINES_MODULE` #2549
+
## [4.4.3 - 4.4 patch, on Nov 25th, 2018](https://github.com/SDWebImage/SDWebImage/releases/tag/4.4.3)
See [all tickets marked for the 4.4.3 release](https://github.com/SDWebImage/SDWebImage/milestone/28)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 3b2b49a0..19c7af81 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '4.4.3'
+ s.version = '4.4.4'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '7.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index b511558c..728fc363 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.4.3
+ 4.4.4
CFBundleSignature
????
CFBundleVersion
- 4.4.3
+ 4.4.4
NSPrincipalClass