diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d61b255..6bd28ab2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
-## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
+## [5.15.7 - Fix Crash, on May 6th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.7)
+See [all tickets marked for the 5.15.7 release](https://github.com/SDWebImage/SDWebImage/milestone/115)
+
+### Fixes
+- Try to solve the strange dispatch group crash in SDSafeExecute by removing inline #3526
+
+### Performance
+- Opt when multiple same URLs queried in parallel, which may cause duplicated decode and store disk operation #3523
+
+## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.6)
See [all tickets marked for the 5.15.6 release](https://github.com/SDWebImage/SDWebImage/milestone/114)
### Performance
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 312d3da4..2bae89ce 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.15.6'
+ s.version = '5.15.7'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 77281d98..f1d0f099 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.15.6
+ 5.15.7
CFBundleSignature
????
CFBundleVersion
- 5.15.6
+ 5.15.7
NSPrincipalClass