diff --git a/CHANGELOG.md b/CHANGELOG.md
index a09376b3..aed04fd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [5.15.3 - Promotion Fix, on Feb 18th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.3)
+See [all tickets marked for the 5.15.3 release](https://github.com/SDWebImage/SDWebImage/milestone/111)
+
+### Fixes
+- Fix the issue when multiple request for same url failed, the completedBlock will callback more times #3497 #3493
+- Try to fix the SDAnimatedImageView playback speed issue in Promotion devices (iPhone Pro) #3496 #3491
+
## [5.15.2 - Race Condition Fix, on Feb 7th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.2)
See [all tickets marked for the 5.15.2 release](https://github.com/SDWebImage/SDWebImage/milestone/110)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 3403482a..a93269be 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.15.2'
+ s.version = '5.15.3'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 410b4c73..25b43ee2 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.15.2
+ 5.15.3
CFBundleSignature
????
CFBundleVersion
- 5.15.2
+ 5.15.3
NSPrincipalClass