diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3464d4c5..b77e3b11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## [5.15.1 - Race Condition Fix, on Feb 6th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.1)
+See [all tickets marked for the 5.15.1 release](https://github.com/SDWebImage/SDWebImage/milestone/109)
+
+### Fixes
+- Ensure the Downloader and DownloaderOperation callback the completion in atomic and never miss one #3477
+- - This fix a long-term issue when multiple download request for same URL at the same time, some callbacks will missing. After fix, this will cause a brand new HTTP request but never miss any callbacks.
+- Fix the issue the fallback logic of ImageIO Source should avoid passing any UTI hint #3473
+- Try to fix the SDAsyncBlockOperation's race condition #3479 #3275
+- Avoid compiler generate the wrong property attribute with non-atomic #3474
+
+### Performance
+- Remove the unused extra copy for SDAnimatedImage data initializer #3480
+
## [5.15.0 - Performance Enhancement, on Jan 17th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.0)
See [all tickets marked for the 5.15.0 release](https://github.com/SDWebImage/SDWebImage/milestone/108)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 39d16f4a..06770185 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.15.0'
+ s.version = '5.15.1'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 318150fb..f47134c8 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.15.0
+ 5.15.1
CFBundleSignature
????
CFBundleVersion
- 5.15.0
+ 5.15.1
NSPrincipalClass