diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e749d28..02212040 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## [5.0 Patch, on Apr 25th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.2)
+See [all tickets marked for the 5.0.2 release](https://github.com/SDWebImage/SDWebImage/milestone/37)
+
+#### Fixes
+- Fix the bug of SDAnimatedImageView on macOS, which can only render `SDAnimatedImage` but not normal NSImage (including animated image) #2706
+- Fix that `CGImageCreateDecoded:orientation:` use the wrong aspect ratio when orientation is left/leftMirrored/right/rightMirrored #2708
+- Fix one bug of sd_colorAtPoint:, which set the alpha value default to 255 and should be 1. #2708
+
+#### Documentation
+- Fixes typo in SDImageCacheConfig maxDiskAge info #2699
+
## [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)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index ac679193..c8b4c806 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.0.1'
+ s.version = '5.0.2'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '8.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index a9426050..e36bc520 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.0.2
CFBundleSignature
????
CFBundleVersion
- 5.0.1
+ 5.0.2
NSPrincipalClass