diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07cc8133..3e749d28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## [5.0 Patch, on Apr 11th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.1)
+See [all tickets marked for the 5.0.1 release](https://github.com/SDWebImage/SDWebImage/milestone/36)
+
+#### Fixes
+- Fixes crash for apng coder when properties are nil #2691
+- Fix rounded corner bug which leads to image upside down #2673
+- Fix tint image bug which leads to image upside down #2674
+
+#### Project
+- Fix the Travis-CI script about code coverage submit #2676
+
## [5.0.0 Major release - Customizable SDWebImage, on Apr 2nd, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.0)
See [all tickets marked for the 5.0.0 release](https://github.com/SDWebImage/SDWebImage/milestone/15)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index fb500290..ac679193 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.0.0'
+ s.version = '5.0.1'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '8.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index af7da05a..a9426050 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.0
+ 5.0.1
CFBundleSignature
????
CFBundleVersion
- 5.0.0
+ 5.0.1
NSPrincipalClass