diff --git a/CHANGELOG.md b/CHANGELOG.md
index f38d11b0..f7a3e9ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## [5.14.3 - 5.14 Opt, on Dec 27th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.3)
+See [all tickets marked for the 5.14.3 release](https://github.com/SDWebImage/SDWebImage/milestone/106)
+
+### Performance
+- Added ioQueueAttributes to use concurrent or control QoS for image cache internal IO Queue #3460
+- When frame timestamp not reached, we should prefetch frame in advance for image render #3452
+
+### Fixes
+- Fix the iOS 15+ force-decode hack break Apple's HEIF and JPEG YUV420 optimization #3461
+- The poster image should not trigger a frameChange callback #3459
+
## [5.14.2 - 5.14 Fix, on Nov 11th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.2)
See [all tickets marked for the 5.14.2 release](https://github.com/SDWebImage/SDWebImage/milestone/105)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index 7326ea1a..65434579 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.14.2'
+ s.version = '5.14.3'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index 951bbb32..64004149 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.14.2
+ 5.14.3
CFBundleSignature
????
CFBundleVersion
- 5.14.2
+ 5.14.3
NSPrincipalClass