diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f261b24..1d61b255 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
+See [all tickets marked for the 5.15.6 release](https://github.com/SDWebImage/SDWebImage/milestone/114)
+
+### Performance
+- Small improvements to SDDiskCache write perf #3517
+- - Note this slightly change the bahavior when you manual grab the `SDImageCache.diskCachePath` and remove it without creating new directory, next disk cache write operation will fail, before the restart of App.
+
+### Fixes
+- Revert the SDDisplayLink for watchOS, fix the animated image duration bug #3520 #3511
+
+### Warnings
+- Fix the warning of C function with no param #3519
+
## [5.15.5 - Fix, on Mar 3rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
See [all tickets marked for the 5.15.5 release](https://github.com/SDWebImage/SDWebImage/milestone/113)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index fae20d18..312d3da4 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.15.5'
+ s.version = '5.15.6'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 434633a0..77281d98 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.15.5
+ 5.15.6
CFBundleSignature
????
CFBundleVersion
- 5.15.5
+ 5.15.6
NSPrincipalClass