diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6a92769..f66704cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [5.14.1 - 5.14 Crash Fix, on Nov 11th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.1)
+See [all tickets marked for the 5.14.1 release](https://github.com/SDWebImage/SDWebImage/milestone/103)
+
+### Fixes
+- Fix the iOS 12 crash because the underlyingQueue is nil #3434 #3433
+- Fix the missing lock for callbackTokens which may cause thread-safe issue #3439 #3438
+- Use CoreGraphics to decode PDF instead of ImageIO to solve iOS 16's issue #3436
+
## [5.14.0 - Meet DecodeOptions, on Nov 8th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.0)
See [all tickets marked for the 5.14.0 release](https://github.com/SDWebImage/SDWebImage/milestone/102)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 9fc10f72..f5bc5aa2 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.14.0'
+ s.version = '5.14.1'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 5b61defc..da4ad74e 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.14.0
+ 5.14.1
CFBundleSignature
????
CFBundleVersion
- 5.14.0
+ 5.14.1
NSPrincipalClass