diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c42ae40..351fc601 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [5.13.3 - 5.13 Crash Fix, on Sep 19th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.13.3)
+See [all tickets marked for the 5.13.3 release](https://github.com/SDWebImage/SDWebImage/milestone/100)
+
+### Fixes
+- Try to workaround iOS 15+ crash that CGImage retain the CGImageSource during animation image playing #3387
+- Fix the crash because of SDWebImageCombinedOperation recursive lock #3403
+- Synchronise getter and setter of the cancelled property of the SDWebImageCombinedOperation #3393
+- Fix the switching from animated image rendering to static image does not works on macOS 11+ #3402
+
## [5.13.2 - 5.13 Patch, on Jul 23th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.13.2)
See [all tickets marked for the 5.13.2 release](https://github.com/SDWebImage/SDWebImage/milestone/99)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 63528bb9..69a6aff3 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.13.2'
+ s.version = '5.13.3'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index ebca835c..b39b3b04 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.13.2
+ 5.13.3
CFBundleSignature
????
CFBundleVersion
- 5.13.2
+ 5.13.3
NSPrincipalClass