diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fa5f8a6..e7d87606 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [5.0 Patch, on May 29th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.4)
+See [all tickets marked for the 5.0.4 release](https://github.com/SDWebImage/SDWebImage/milestone/40)
+
+#### Fixes
+- Fix get button background image operation key bug #2737
+- Fix that `CGImageDestinationCreateWithData` 0 count arg will log a warning #2739
+
+#### Tests
+- Fix the example NSLog issue, and replace the unavailable test image dataset #2740
+
## [5.0 Patch, on May 16th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.3)
See [all tickets marked for the 5.0.3 release](https://github.com/SDWebImage/SDWebImage/milestone/39)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index a362631c..4c7da370 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.0.3'
+ s.version = '5.0.4'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '8.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 3e5c3711..e0e0a1ef 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.3
+ 5.0.4
CFBundleSignature
????
CFBundleVersion
- 5.0.3
+ 5.0.4
NSPrincipalClass